public abstract class AbstractSrcNode extends AbstractNode implements DasSrcNode
lLocs, parent, sName
Constructor and Description |
---|
AbstractSrcNode(DasDirNode parent,
java.lang.String name,
java.util.List<java.lang.String> lUrls) |
Modifier and Type | Method and Description |
---|---|
boolean |
isDir()
Can this catalog node have the sub-nodes?
|
boolean |
isInfo()
Is this object an information node.
|
boolean |
isSrc()
Can this catalog node provide data
|
getRoot, isRoot, name, path, prettyPrintLoc, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
query, queryVerify
public AbstractSrcNode(DasDirNode parent, java.lang.String name, java.util.List<java.lang.String> lUrls)