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
  • Constructor Details

  • Method Details

    • identifier

      public final String identifier()
      Description copied from interface: AItem
      The value that uniquely identifies the item locally in its AItem.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()