TrueZIP Kernel 7.0-rc1

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

Packages that use FsSyncOption
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 FsSyncOption in de.schlichtherle.truezip.fs
 

Fields in de.schlichtherle.truezip.fs with type parameters of type FsSyncOption
static BitField<FsSyncOption> FsManager.UMOUNT
          Equivalent to BitField.of(FsSyncOption.FORCE_CLOSE_INPUT, FsSyncOption.FORCE_CLOSE_OUTPUT, FsSyncOption.CLEAR_CACHE).
 

Methods in de.schlichtherle.truezip.fs that return FsSyncOption
static FsSyncOption FsSyncOption.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FsSyncOption[] FsSyncOption.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Method parameters in de.schlichtherle.truezip.fs with type arguments of type FsSyncOption
private
<X extends IOException>
void
FsCachingController.beforeSync(BitField<FsSyncOption> options, ExceptionHandler<? super FsSyncException,X> handler)
           
 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.
<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)
           
<X extends IOException>
void
FsStatisticsManager.sync(BitField<FsSyncOption> options, ExceptionHandler<? super IOException,X> handler)
          Commits all unsynchronized changes to the contents of all federated file systems managed by this instance to their respective parent file system.
<X extends IOException>
void
FsManager.sync(BitField<FsSyncOption> options, ExceptionHandler<? super IOException,X> handler)
          Commits all unsynchronized changes to the contents of all federated file systems managed by this instance to their respective parent file system.
<X extends IOException>
void
FsFailSafeManager.sync(BitField<FsSyncOption> options, ExceptionHandler<? super IOException,X> handler)
          Commits all unsynchronized changes to the contents of all federated file systems managed by this instance to their respective parent file system.
<X extends IOException>
void
FsDecoratingManager.sync(BitField<FsSyncOption> options, ExceptionHandler<? super IOException,X> handler)
           
 

Uses of FsSyncOption in de.schlichtherle.truezip.fs.archive
 

Fields in de.schlichtherle.truezip.fs.archive with type parameters of type FsSyncOption
private static BitField<FsSyncOption> FsDefaultArchiveController.SYNC_OPTIONS
           
private static BitField<FsSyncOption> FsArchiveController.UNLINK_SYNC_OPTIONS
           
 

Method parameters in de.schlichtherle.truezip.fs.archive with type arguments of type FsSyncOption
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.
<X extends IOException>
void
FsDefaultArchiveController.sync(BitField<FsSyncOption> options, ExceptionHandler<? super FsSyncException,X> handler)
           
 


TrueZIP Kernel 7.0-rc1

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