|
TrueZIP Kernel 7.0-rc1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface FsCompositeDriver
Queries the scheme of the given mount point in order to lookup the appropriate file system driver which is then used to create the requested thread-safe file system controller.
| Method Summary | |
|---|---|
FsController<?> |
newController(FsMountPoint mountPoint,
FsController<?> parent)
Returns a new thread-safe file system controller for the given mount point and parent file system controller. |
| Method Detail |
|---|
@NonNull
FsController<?> newController(@NonNull
FsMountPoint mountPoint,
@Nullable
FsController<?> parent)
When called, the following expression is a precondition:
null == mountPoint.getParent()
? null == parent
: mountPoint.getParent().equals(parent.getModel().getMountPoint())
mountPoint - the mount point of the file system.parent - the parent file system controller.
ServiceConfigurationError - if no appropriate file system driver
is found for the scheme of the given mount point.
|
TrueZIP Kernel 7.0-rc1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||