Interface Node
- All Known Implementing Classes:
NodeImpl
public interface Node
Represents an entry inside an
Archive. Indicates an empty directory if getAsset() returns null. May be
the parent of child Nodes. Lives inside the Archive under the context denoted by
getPath().-
Method Summary
-
Method Details
-
getAsset
-
getChildren
-
getPath
ArchivePath getPath()- Returns:
- The path where this node is placed within the
Archive
-