@ThreadSafe public abstract class FsDecoratingController extends FsAbstractController implements FsDelegatingController
FsController.Factory<Context>| Modifier and Type | Field and Description |
|---|---|
protected FsController |
controller
The decorated file system controller.
|
| Modifier | Constructor and Description |
|---|---|
protected |
FsDecoratingController(FsController controller) |
| Modifier and Type | Method and Description |
|---|---|
FsController |
getController()
The underlying file system controller.
|
FsController |
getParent()
Returns the controller for the parent file system or
null if
and only if this file system is not federated, i.e. |
java.lang.String |
toString()
Returns a string representation of this object for debugging and logging
purposes.
|
getModel, getMountPoint, isMounted, setMounted, setTimeclone, finalize, getClass, notify, notifyAll, wait, wait, waitcheckAccess, getModel, input, make, node, output, setReadOnly, setTime, setTime, sync, unlinkprotected final FsController controller
protected FsDecoratingController(FsController controller)
public FsController getController()
FsDelegatingControllergetController in interface FsDelegatingControllerpublic FsController getParent()
FsControllernull if
and only if this file system is not federated, i.e. not a member of
another file system.
Multiple invocations must return the same object.getParent in interface FsControllergetParent in interface FsDelegatingControllerpublic java.lang.String toString()
FsAbstractControllertoString in class FsAbstractController