| 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 | Class and Description |
|---|---|
class |
FsFalsePositiveException
Indicates that a file system is a false positive file system.
|
class |
FsNeedsLockRetryException
Indicates that all file system locks need to get released before the
operation can get retried.
|
class |
FsNeedsSyncException
Indicates that a file system controller needs to get
synced before the operation can
get retried.
|
(package private) class |
FsNeedsWriteLockException
Indicates that the file system needs to get write locked before the
operation can get retried.
|
class |
FsPersistentFalsePositiveException
Indicates that a file system is a false positive file system and that this
exception may get cached until the federated (archive) file system gets
synced
again.
|
| Modifier and Type | Method and Description |
|---|---|
private <X extends IOException> |
FsCacheController.preSync(BitField<FsSyncOption> options,
ExceptionHandler<? super FsSyncException,X> handler) |
| Modifier and Type | Method and Description |
|---|---|
private <X extends IOException> |
FsTargetArchiveController.close(ExceptionHandler<? super FsSyncException,X> handler)
Discards the file system, closes the input archive and finally the
output archive.
|
<X extends IOException> |
FsTargetArchiveController.sync(BitField<FsSyncOption> options,
ExceptionHandler<? super FsSyncException,X> handler) |
private <X extends IOException> |
FsTargetArchiveController.sync0(BitField<FsSyncOption> options,
ExceptionHandler<? super FsSyncException,X> handler) |
Copyright © 2005-2012 Schlichtherle IT Services. All Rights Reserved.