TrueZIP Kernel 7.0-rc2

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

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

Fields in de.schlichtherle.truezip.fs with type parameters of type FsInputOption
(package private)  BitField<FsInputOption> FsFederatingController.Input.options
           
(package private)  BitField<FsInputOption> FsCachingController.Input.options
           
 

Methods in de.schlichtherle.truezip.fs that return FsInputOption
static FsInputOption FsInputOption.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FsInputOption[] FsInputOption.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 FsInputOption
(package private)  FsCachingController.EntryCache FsCachingController.EntryCache.configure(BitField<FsInputOption> options)
           
 InputSocket<?> FsStatisticsController.getInputSocket(FsEntryName name, BitField<FsInputOption> options)
           
 InputSocket<?> FsFederatingController.getInputSocket(FsEntryName name, BitField<FsInputOption> options)
           
 InputSocket<?> FsDecoratingController.getInputSocket(FsEntryName name, BitField<FsInputOption> options)
           
abstract  InputSocket<?> FsController.getInputSocket(FsEntryName name, BitField<FsInputOption> options)
          Returns an input socket for reading the contents of the entry addressed by the given name from the file system.
 InputSocket<?> FsConcurrentController.getInputSocket(FsEntryName name, BitField<FsInputOption> options)
           
 InputSocket<?> FsCachingController.getInputSocket(FsEntryName name, BitField<FsInputOption> options)
           
 

Constructor parameters in de.schlichtherle.truezip.fs with type arguments of type FsInputOption
FsCachingController.Input(FsEntryName name, BitField<FsInputOption> options)
           
FsFederatingController.Input(FsEntryName name, BitField<FsInputOption> options)
           
FsStatisticsController.Input(FsEntryName name, BitField<FsInputOption> options)
           
 

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

Fields in de.schlichtherle.truezip.fs.archive with type parameters of type FsInputOption
private static BitField<FsInputOption> FsDefaultArchiveController.MOUNT_INPUT_OPTIONS
           
(package private)  BitField<FsInputOption> FsArchiveController.Input.options
           
 

Method parameters in de.schlichtherle.truezip.fs.archive with type arguments of type FsInputOption
 InputSocket<?> FsArchiveController.getInputSocket(FsEntryName name, BitField<FsInputOption> options)
           
 

Constructor parameters in de.schlichtherle.truezip.fs.archive with type arguments of type FsInputOption
FsArchiveController.Input(FsEntryName name, BitField<FsInputOption> options)
           
 


TrueZIP Kernel 7.0-rc2

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