Class ItemInfoImpl

    • Constructor Detail

      • ItemInfoImpl

        public ItemInfoImpl​(Path path,
                            boolean isNode)
                     throws RepositoryException
        Creates a new ItemInfo.
        Parameters:
        path - the path to this item.
        isNode - if this item is a node.
        Throws:
        RepositoryException
    • Method Detail

      • getName

        public Name getName()
      • denotesNode

        public boolean denotesNode()
        Returns true if this ItemInfo denotes a node, false otherwise.
        Specified by:
        denotesNode in interface ItemInfo
        Returns:
        true if this ItemInfo denotes a node, false otherwise.
      • getPath

        public Path getPath()
        Returns the Path of the item represented by this ItemInfo.
        Specified by:
        getPath in interface ItemInfo
        Returns:
        the Path of the item represented by this item info.