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, wait
getMembers, getName, getTypes
public boolean isType(net.java.truecommons.cio.Entry.Type type)
FsNode
true
if and only if this file system node implements
the given type.isType
in interface FsNode
type
- 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.