Interface Node

    • Method Detail

      • getAsset

        Asset getAsset()
        Returns:
        The Asset this node holds, null if it is an empty directory
      • getChildren

        Set<Node> getChildren()
        Returns:
        The child nodes of this node or, an empty set if it has no children or holds an asset. This method will never return null. The returned Set will be an immutable view.
      • getPath

        ArchivePath getPath()
        Returns:
        The path where this node is placed within the Archive