|
TrueZIP Kernel 7.0-rc1 | ||||||||
| 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. |
| Subclasses of FsModel in de.schlichtherle.truezip.fs | |
|---|---|
class |
FsConcurrentModel
Supports multiple concurrent reader threads. |
| Fields in de.schlichtherle.truezip.fs declared as FsModel | |
|---|---|
private M |
FsDecoratingController.model
|
private FsModel |
FsModel.parent
|
| Methods in de.schlichtherle.truezip.fs that return FsModel | |
|---|---|
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 |
FsEvent.getSource()
Returns the file system model which caused this event. |
| Constructors in de.schlichtherle.truezip.fs with parameters of type FsModel | |
|---|---|
FsConcurrentModel(FsMountPoint mountPoint,
FsModel parent)
|
|
FsEntryNotFoundException(FsModel model,
FsEntryName name,
IOException cause)
|
|
FsEntryNotFoundException(FsModel model,
FsEntryName name,
String msg)
|
|
FsEvent(FsModel source)
Constructs a new file system event. |
|
FsException(FsModel model)
|
|
FsException(FsModel model,
Throwable cause)
|
|
FsFalsePositiveException(FsModel model,
IOException cause)
|
|
FsModel(FsMountPoint mountPoint,
FsModel parent)
|
|
FsSyncException(FsModel model,
IOException cause)
|
|
FsSyncException(FsModel model,
IOException cause,
int priority)
|
|
FsSyncWarningException(FsModel model,
IOException cause)
|
|
FsTabuException(FsModel model,
Throwable cause)
Constructs a tabu file exception. |
|
| Uses of FsModel in de.schlichtherle.truezip.fs.archive |
|---|
| Constructors in de.schlichtherle.truezip.fs.archive with parameters of type FsModel | |
|---|---|
FsCacheableFalsePositiveException(FsModel model,
IOException cause)
|
|
|
TrueZIP Kernel 7.0-rc1 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||