TrueZIP Kernel 7.0-rc2

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

Packages that use FsDriver
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. 
de.schlichtherle.truezip.fs.sl Provides singletons to locate file system driver service providers and a file system manager service provider. 
de.schlichtherle.truezip.fs.spi Provides an abstract class for locatable file system driver service providers and a locatable file system manager service provider. 
 

Uses of FsDriver in de.schlichtherle.truezip.fs
 

Fields in de.schlichtherle.truezip.fs with type parameters of type FsDriver
private  Map<FsScheme,FsDriver> FsDefaultDriver.drivers
           
 

Methods in de.schlichtherle.truezip.fs that return types with arguments of type FsDriver
 Map<FsScheme,FsDriver> FsDriverProvider.get()
          Returns an immutable map of file system schemes to drivers.
 

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

Subclasses of FsDriver in de.schlichtherle.truezip.fs.archive
 class FsArchiveDriver<E extends FsArchiveEntry>
          An abstract archive driver which provides access to a federated file system which is persistet in an archive file format like ZIP, JAR, TZP, TAR, TAR.GZ, TAR.BZ2 etc.
 class FsCharsetArchiveDriver<E extends FsArchiveEntry>
          An abstract base class of an archive driver which provides convenient methods for dealing with the character set supported by a particular archive type.
 

Uses of FsDriver in de.schlichtherle.truezip.fs.sl
 

Fields in de.schlichtherle.truezip.fs.sl with type parameters of type FsDriver
private  Map<FsScheme,FsDriver> FsDriverLocator.drivers
           
 

Methods in de.schlichtherle.truezip.fs.sl that return types with arguments of type FsDriver
 Map<FsScheme,FsDriver> FsDriverLocator.get()
           
 

Uses of FsDriver in de.schlichtherle.truezip.fs.spi
 

Methods in de.schlichtherle.truezip.fs.spi that return FsDriver
private static FsDriver FsDriverService.toDriver(Object driver)
           
 

Methods in de.schlichtherle.truezip.fs.spi that return types with arguments of type FsDriver
static Map<FsScheme,FsDriver> FsDriverService.newMap(Object[][] config)
          A static factory method for an unmodifiable driver map which is constructed from the given configuration.
 


TrueZIP Kernel 7.0-rc2

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