public interface DasNode
| Modifier and Type | Method and Description |
|---|---|
DasNode |
getRoot()
Return the highest node reachable by this catalog node.
|
boolean |
isDir()
Can this catalog node have the sub-nodes?
|
boolean |
isInfo()
Is this object an information node.
|
boolean |
isRoot()
Is this object a detached root of a catalog tree.
|
boolean |
isSrc()
Can this catalog node provide data
|
java.lang.String |
name()
get the node name
|
java.lang.String |
path()
get the node path
|
java.lang.String |
toString()
A summary of the node
|
java.lang.String |
type()
Get the node type.
|
java.lang.String type()
java.lang.String name()
java.lang.String path()
java.lang.String toString()
toString in class java.lang.Objectboolean isRoot()
boolean isSrc()
boolean isDir()
boolean isInfo()
DasNode getRoot()