TrueZIP Kernel 7.0-rc2

Uses of Class
de.schlichtherle.truezip.fs.FsSyncException

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
<X extends IOException>
void
FsCachingController.beforeSync(BitField<FsSyncOption> options, ExceptionHandler<? super FsSyncException,X> handler)
           
<X extends IOException>
void
FsDecoratingController.sync(BitField<FsSyncOption> options, ExceptionHandler<? super FsSyncException,X> handler)
           
abstract
<X extends IOException>
void
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.
<X extends IOException>
void
FsConcurrentController.sync(BitField<FsSyncOption> options, ExceptionHandler<? super FsSyncException,X> handler)
           
<X extends IOException>
void
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
<X extends IOException>
void
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
<X extends IOException>
void
FsDefaultArchiveController.commenceSync(ExceptionHandler<? super FsSyncException,X> handler)
          Closes and disconnects all entry streams of the output and input archive.
private
<X extends IOException>
void
FsDefaultArchiveController.commitSync(ExceptionHandler<? super FsSyncException,X> handler)
          Discards the file system and closes the output and input archive.
private
<X extends IOException>
void
FsDefaultArchiveController.performSync(ExceptionHandler<? super FsSyncException,X> handler)
          Synchronizes all entries in the (virtual) archive file system with the (temporary) output archive file.
<X extends IOException>
void
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

Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.