|
TrueZIP Kernel 7.0-rc2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use FsSyncException | |
|---|---|
| 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 FsSyncException in de.schlichtherle.truezip.fs |
|---|
| Subclasses of FsSyncException in de.schlichtherle.truezip.fs | |
|---|---|
class |
FsSyncWarningException
Indicates an exceptional condition when synchronizing the changes in a federated file system to its parent file system. |
| Method parameters in de.schlichtherle.truezip.fs with type arguments of type FsSyncException | ||
|---|---|---|
private
|
FsCachingController.beforeSync(BitField<FsSyncOption> options,
ExceptionHandler<? super FsSyncException,X> handler)
|
|
|
FsDecoratingController.sync(BitField<FsSyncOption> options,
ExceptionHandler<? super FsSyncException,X> handler)
|
|
abstract
|
FsController.sync(BitField<FsSyncOption> options,
ExceptionHandler<? super FsSyncException,X> handler)
Commits all unsynchronized changes to the contents of this file system to its parent file system. |
|
|
FsConcurrentController.sync(BitField<FsSyncOption> options,
ExceptionHandler<? super FsSyncException,X> handler)
|
|
|
FsCachingController.sync(BitField<FsSyncOption> options,
ExceptionHandler<? super FsSyncException,X> handler)
|
|
| Methods in de.schlichtherle.truezip.fs that throw FsSyncException | |
|---|---|
void |
FsManager.sync(BitField<FsSyncOption> options)
Commits all unsynchronized changes to the contents of the federated file systems managed by this instance to their respective parent file system. |
void |
FsController.sync(BitField<FsSyncOption> options)
Commits all unsynchronized changes to the contents of this file to its parent file system. |
| Uses of FsSyncException in de.schlichtherle.truezip.fs.archive |
|---|
| Method parameters in de.schlichtherle.truezip.fs.archive with type arguments of type FsSyncException | ||
|---|---|---|
private
|
FsDefaultArchiveController.awaitSync(BitField<FsSyncOption> options,
ExceptionHandler<? super FsSyncException,X> handler)
Waits for all entry input and entry output streams to close or forces them to close, dependending on the options. |
|
private
|
FsDefaultArchiveController.commenceSync(ExceptionHandler<? super FsSyncException,X> handler)
Closes and disconnects all entry streams of the output and input archive. |
|
private
|
FsDefaultArchiveController.commitSync(ExceptionHandler<? super FsSyncException,X> handler)
Discards the file system and closes the output and input archive. |
|
private
|
FsDefaultArchiveController.performSync(ExceptionHandler<? super FsSyncException,X> handler)
Synchronizes all entries in the (virtual) archive file system with the (temporary) output archive file. |
|
|
FsDefaultArchiveController.sync(BitField<FsSyncOption> options,
ExceptionHandler<? super FsSyncException,X> handler)
|
|
| Methods in de.schlichtherle.truezip.fs.archive that throw FsSyncException | |
|---|---|
(package private) boolean |
FsDefaultArchiveController.autoSync(FsEntryName name,
Entry.Access intention)
|
(package private) abstract boolean |
FsArchiveController.autoSync(FsEntryName name,
Entry.Access intention)
Synchronizes the archive file only if the archive file has new data for the file system entry with the given path path. |
private boolean |
FsDefaultArchiveController.sync()
|
|
TrueZIP Kernel 7.0-rc2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||