M
- the type of the file system model.@Immutable public abstract class FsAbstractController<M extends FsModel> extends FsController<M>
getModel()
method.Modifier | Constructor and Description |
---|---|
protected |
FsAbstractController(M model)
Constructs a new file system controller for the given model.
|
Modifier and Type | Method and Description |
---|---|
M |
getModel()
Returns the file system model.
|
FsMountPoint |
getMountPoint()
Returns the mount point of this (virtual) file system as
defined by the model.
|
boolean |
isMounted()
Returns the
mounted property of the
file system model. |
protected void |
setMounted(boolean mounted)
Sets the
mounted property of the
file system model. |
equals, getEntry, getInputSocket, getOutputSocket, getParent, hashCode, isExecutable, isReadable, isReadOnly, isWritable, mknod, setReadOnly, setTime, setTime, sync, toString, unlink
protected FsAbstractController(M model)
model
- the file system model.public final M getModel()
FsController
getModel
in class FsController<M extends FsModel>
public final FsMountPoint getMountPoint()
public final boolean isMounted()
mounted
property of the
file system model.mounted
property of the
file system model.protected final void setMounted(boolean mounted)
mounted
property of the
file system model.mounted
- the mounted
property of the
file system model.Copyright © 2005–2018 Schlichtherle IT Services. All rights reserved.