@Immutable public final class FileDriver extends FsDriver
| Constructor and Description |
|---|
FileDriver() |
| Modifier and Type | Method and Description |
|---|---|
FsController |
newController(FsManager manager,
FsModel model,
FsController parent)
Returns a new file system controller for the mount point of the
given file system model.
|
decorate, isArchiveDriver, newModel, toStringpublic FsController newController(FsManager manager, FsModel model, @CheckForNull FsController parent)
FsController.FactoryWhen called, you may assert the following precondition:
assert null == parent
? null == model.getParent()
: parent.getModel().equals(model.getParent())
manager - the calling context.model - the file system model.parent - the nullable parent file system controller.Copyright © 2005–2018 Schlichtherle IT Services. All rights reserved.