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. |
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()Copyright © 2005–2018 Schlichtherle IT Services. All rights reserved.