| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Field and Description |
|---|---|
private static FsNeedsSyncException |
FsNeedsSyncException.SINGLETON |
| Modifier and Type | Method and Description |
|---|---|
static FsNeedsSyncException |
FsNeedsSyncException.get(FsModel model,
FsEntryName name,
Entry.Access access) |
static FsNeedsSyncException |
FsNeedsSyncException.get(FsModel model,
String name,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
FsController.sync(FsNeedsSyncException trigger) |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
FsTargetArchiveController.checkSync(FsEntryName name,
Entry.Access intention) |
(package private) abstract void |
FsArchiveController.checkSync(FsEntryName name,
Entry.Access intention)
Checks if the intended access to the named archive entry in the virtual
file system is possible without performing a
sync operation in
advance. |
(package private) FsTargetArchiveController.InputArchive<E> |
FsTargetArchiveController.getCheckedInputArchive() |
(package private) FsTargetArchiveController.OutputArchive<E> |
FsTargetArchiveController.getCheckedOutputArchive() |
Copyright © 2005-2012 Schlichtherle IT Services. All Rights Reserved.