public abstract class FsAbstractNode extends net.java.truecommons.shed.UniqueObject implements FsNode
| Constructor and Description |
|---|
FsAbstractNode() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isType(net.java.truecommons.cio.Entry.Type type)
Returns
true if and only if this file system node implements
the given type. |
java.lang.String |
toString()
Returns a string representation of this object for logging and debugging
purposes.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgetMembers, getName, getTypespublic boolean isType(net.java.truecommons.cio.Entry.Type type)
FsNodetrue if and only if this file system node implements
the given type.isType in interface FsNodetype - the type to test.true if and only if this file system node implements
the given type.FsNode.getTypes()public java.lang.String toString()
toString in class java.lang.Object