@Immutable public final class FileDriver extends FsDriver
| Constructor and Description |
|---|
FileDriver() |
| Modifier and Type | Method and Description |
|---|---|
FsController<?> |
newController(FsModel model,
FsController<?> parent)
Returns a new thread-safe file system controller for the mount point of
the given file system model and nullable parent file system controller.
|
getPriority, isFederated, newController, toStringpublic FsController<?> newController(FsModel model, @CheckForNull FsController<?> parent)
FsDriverWhen called, you may assert the following precondition:
assert null == parent
? null == model.getParent()
: parent.getModel().equals(model.getParent())
newController in class FsDrivermodel - the file system model.parent - the nullable parent file system controller.FsCompositeDriver.newController(de.schlichtherle.truezip.fs.FsManager, de.schlichtherle.truezip.fs.FsModel, de.schlichtherle.truezip.fs.FsController<? extends de.schlichtherle.truezip.fs.FsModel>)Copyright © 2005-2013 Schlichtherle IT Services. All Rights Reserved.