| Package | Description |
|---|---|
| de.schlichtherle.truezip.fs |
Provides access to (possibly federated virtual) file systems.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FsAbstractController<M extends FsModel>
An abstract file system controller which implements the
FsAbstractController.getModel()
method. |
class |
FsController<M extends FsModel>
An abstract class which provides read/write access to a file system.
|
class |
FsDecoratingController<M extends FsModel,C extends FsController<? extends M>>
An abstract decorator for a file system controller.
|
class |
FsDecoratingModel<M extends FsModel>
An abstract decorator for a file system model.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FsDecoratingModel<M extends FsModel>
An abstract decorator for a file system model.
|
| Modifier and Type | Field and Description |
|---|---|
protected M |
FsDecoratingModel.delegate
The decorated file system model.
|
| Modifier and Type | Method and Description |
|---|---|
FsModel |
FsModel.getParent()
Returns the model of the parent file system or
null if and
only if the file system is not federated, i.e. if it's not a member of
a parent file system. |
| Modifier and Type | Method and Description |
|---|---|
FsController<? extends FsModel> |
FsDriver.newController(FsManager manager,
FsModel model,
FsController<? extends FsModel> 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.
|
FsController<? extends FsModel> |
FsCompositeDriver.newController(FsManager manager,
FsModel model,
FsController<? extends FsModel> 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.
|
FsController<? extends FsModel> |
FsArchiveDriver.newController(FsManager manager,
FsModel model,
FsController<? extends FsModel> 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.
|
FsController<? extends FsModel> |
FsAbstractCompositeDriver.newController(FsManager manager,
FsModel model,
FsController<? extends FsModel> parent) |
| Modifier and Type | Method and Description |
|---|---|
Icon |
FsArchiveDriver.getClosedIcon(FsModel model)
Deprecated.
Since TrueZIP 7.6. GUI features will be removed from this class in TrueZIP 8.
|
Icon |
FsArchiveDriver.getOpenIcon(FsModel model)
Deprecated.
Since TrueZIP 7.6. GUI features will be removed from this class in TrueZIP 8.
|
<E extends FsArchiveEntry> |
FsManager.newController(FsArchiveDriver<E> driver,
FsModel model,
FsController<?> parent)
Optional:
Returns a new thread-safe archive file system controller.
|
<E extends FsArchiveEntry> |
FsDefaultManager.newController(FsArchiveDriver<E> driver,
FsModel model,
FsController<?> parent) |
FsController<? extends FsModel> |
FsDriver.newController(FsManager manager,
FsModel model,
FsController<? extends FsModel> 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.
|
FsController<? extends FsModel> |
FsCompositeDriver.newController(FsManager manager,
FsModel model,
FsController<? extends FsModel> 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.
|
FsController<? extends FsModel> |
FsArchiveDriver.newController(FsManager manager,
FsModel model,
FsController<? extends FsModel> 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.
|
FsController<? extends FsModel> |
FsAbstractCompositeDriver.newController(FsManager manager,
FsModel model,
FsController<? extends FsModel> parent) |
abstract FsController<?> |
FsDriver.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.
|
FsController<?> |
FsArchiveDriver.newController(FsModel model,
FsController<?> parent)
Returns a new thread-safe file system controller for the mount point of
the given file system model and parent file system controller.
|
abstract InputShop<E> |
FsArchiveDriver.newInputShop(FsModel model,
InputSocket<?> input)
Creates a new input shop for reading the archive entries for the
given
model from the given input socket's target. |
abstract OutputShop<E> |
FsArchiveDriver.newOutputShop(FsModel model,
OutputSocket<?> output,
InputShop<E> source)
Creates a new output shop for writing archive entries for the
given
model to the given output socket's target. |
| Modifier and Type | Method and Description |
|---|---|
FsController<? extends FsModel> |
FsDriver.newController(FsManager manager,
FsModel model,
FsController<? extends FsModel> 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.
|
FsController<? extends FsModel> |
FsCompositeDriver.newController(FsManager manager,
FsModel model,
FsController<? extends FsModel> 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.
|
FsController<? extends FsModel> |
FsArchiveDriver.newController(FsManager manager,
FsModel model,
FsController<? extends FsModel> 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.
|
FsController<? extends FsModel> |
FsAbstractCompositeDriver.newController(FsManager manager,
FsModel model,
FsController<? extends FsModel> parent) |
| Constructor and Description |
|---|
FsEntryNotFoundException(FsModel model,
FsEntryName name,
IOException cause) |
FsEntryNotFoundException(FsModel model,
FsEntryName name,
String msg) |
FsModel(FsMountPoint mountPoint,
FsModel parent) |
FsSyncException(FsModel model,
IOException cause) |
FsSyncWarningException(FsModel model,
IOException cause) |
Copyright © 2005-2012 Schlichtherle IT Services. All Rights Reserved.