Package one.microstream.afs
Class AItem.Abstract
java.lang.Object
one.microstream.afs.AItem.Base
one.microstream.afs.AItem.Abstract
- All Implemented Interfaces:
AItem
- Direct Known Subclasses:
ADirectory.Abstract
,AFile.Default
- Enclosing interface:
- AItem
public abstract static class AItem.Abstract extends AItem.Base
-
Nested Class Summary
Nested classes/interfaces inherited from interface one.microstream.afs.AItem
AItem.Abstract, AItem.Base, AItem.Wrapper
-
Constructor Summary
Constructors Constructor Description Abstract()
-
Method Summary
Modifier and Type Method Description String
identifier()
The value that uniquely identifies the item locally in itsAItem.parent()
directory.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface one.microstream.afs.AItem
exists, fileSystem, parent, toPath, toPathString
-
Constructor Details
-
Abstract
public Abstract()
-
-
Method Details
-
identifier
Description copied from interface:AItem
The value that uniquely identifies the item locally in itsAItem.parent()
directory.Note that this value might be a combination of
#name()
and#type()
, but such a relation is not mandatory.- Returns:
- the item's locally unique identifier.
- See Also:
AItem.parent()
,AItem.toPathString()
,#name()
,#type()
-