Package org.jboss.shrinkwrap.api
Interface Node
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Asset
getAsset()
java.util.Set<Node>
getChildren()
ArchivePath
getPath()
-
-
-
Method Detail
-
getChildren
java.util.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
-
-