|
TrueZIP Kernel 7.0-rc2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use FsModel | |
|---|---|
| de.schlichtherle.truezip.fs | Provides access to (possibly federated virtual) file systems. |
| de.schlichtherle.truezip.fs.archive | Provides acces to archive files as if they were just directories. |
| Uses of FsModel in de.schlichtherle.truezip.fs |
|---|
| Classes in de.schlichtherle.truezip.fs with type parameters of type FsModel | |
|---|---|
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. |
| Subclasses of FsModel in de.schlichtherle.truezip.fs | |
|---|---|
class |
FsConcurrentModel
Supports multiple concurrent reader threads. |
class |
FsDecoratingModel<M extends FsModel>
An abstract decorator for a file system model. |
private class |
FsDefaultManager.ScheduledModel
A model which schedules its controller for synchronization by "observing" its
touched property. |
class |
FsDefaultModel
The default implementation of a file system model. |
| Fields in de.schlichtherle.truezip.fs declared as FsModel | |
|---|---|
protected M |
FsDecoratingModel.delegate
|
private M |
FsDecoratingController.model
|
private FsModel |
FsDefaultModel.parent
|
| Methods in de.schlichtherle.truezip.fs that return FsModel | |
|---|---|
abstract 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. |
FsModel |
FsDefaultModel.getParent()
|
FsModel |
FsDecoratingModel.getParent()
|
| Methods in de.schlichtherle.truezip.fs with parameters of type FsModel | |
|---|---|
abstract FsController<?> |
FsDriver.newController(FsModel model,
FsController<?> parent)
Returns a new thread-safe file system controller for the given mount point and parent file system controller. |
FsController<?> |
FsDefaultDriver.newController(FsModel model,
FsController<?> parent)
|
FsController<?> |
FsCompositeDriver.newController(FsModel model,
FsController<?> parent)
Returns a new thread-safe file system controller for the given mount point and parent file system controller. |
| Constructors in de.schlichtherle.truezip.fs with parameters of type FsModel | |
|---|---|
FsConcurrentModel(FsModel model)
|
|
FsDefaultModel(FsMountPoint mountPoint,
FsModel parent)
|
|
FsEntryNotFoundException(FsModel model,
FsEntryName name,
IOException cause)
|
|
FsEntryNotFoundException(FsModel model,
FsEntryName name,
String msg)
|
|
FsException(FsModel model)
|
|
FsException(FsModel model,
Throwable cause)
|
|
FsFalsePositiveException(FsModel model,
IOException cause)
|
|
FsSyncException(FsModel model,
IOException cause)
|
|
FsSyncException(FsModel model,
IOException cause,
int priority)
|
|
FsSyncWarningException(FsModel model,
IOException cause)
|
|
| Uses of FsModel in de.schlichtherle.truezip.fs.archive |
|---|
| Methods in de.schlichtherle.truezip.fs.archive with parameters of type FsModel | |
|---|---|
FsController<?> |
FsArchiveDriver.newController(FsModel model,
FsController<?> parent)
Returns a new thread-safe file system controller for the given mount point and parent file system controller. |
| Constructors in de.schlichtherle.truezip.fs.archive with parameters of type FsModel | |
|---|---|
FsCacheableFalsePositiveException(FsModel model,
IOException cause)
|
|
|
TrueZIP Kernel 7.0-rc2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||