@ThreadSafe public abstract class FsAbstractModel extends net.java.truecommons.shed.UniqueObject implements FsModel
touched
.
Subclasses should be thread-safe.
FsModel.Factory<Context>
Modifier | Constructor and Description |
---|---|
protected |
FsAbstractModel(FsMountPoint mountPoint,
FsModel parent) |
Modifier and Type | Method and Description |
---|---|
FsMountPoint |
getMountPoint()
Returns the mount point of the file system.
|
FsModel |
getParent()
Returns the parent file system model or
null if and only if the
file system is not federated, i.e. |
String |
toString()
Returns a string representation of this object for debugging and logging
purposes.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
isMounted, setMounted
protected FsAbstractModel(FsMountPoint mountPoint, @CheckForNull FsModel parent)
public final FsMountPoint getMountPoint()
FsModel
getMountPoint
in interface FsModel
@CheckForNull public final FsModel getParent()
FsModel
null
if and only if the
file system is not federated, i.e. if it's not a member of a parent file
system.Copyright © 2005–2018 Schlichtherle IT Services. All rights reserved.