TrueZIP 6.8.2

Uses of Class
de.schlichtherle.io.ArchiveDriverRegistry

Packages that use ArchiveDriverRegistry
de.schlichtherle.io Provides transparent, multi-threaded read/write access to archive files (ZIP, TAR, etc) and their entries as if they were (virtual) directories and files. 
 

Uses of ArchiveDriverRegistry in de.schlichtherle.io
 

Subclasses of ArchiveDriverRegistry in de.schlichtherle.io
(package private)  class GlobalArchiveDriverRegistry
          A global registry for archive file suffixes and archive drivers which is configured by the set of all configuration files on the class path.
 

Fields in de.schlichtherle.io declared as ArchiveDriverRegistry
private  ArchiveDriverRegistry ArchiveDriverRegistry.delegate
          The delegate used to lookup archive drivers when no driver is configured locally.
private  ArchiveDriverRegistry DefaultArchiveDetector.registry
          The local registry for archive file suffixes and archive drivers.
 

Methods in de.schlichtherle.io with parameters of type ArchiveDriverRegistry
private static void GlobalArchiveDriverRegistry.registerArchiveDrivers(Map config, ArchiveDriverRegistry driverRegistry, ArchiveDriverRegistry clientRegistry)
          Processes the given config in order to register its archive drivers.
private static void GlobalArchiveDriverRegistry.registerArchiveDrivers(String service, ArchiveDriverRegistry driverRegistry, ArchiveDriverRegistry clientRegistry)
          Enumerates all resource URLs for service on the class path and calls GlobalArchiveDriverRegistry.registerArchiveDrivers(URL, ArchiveDriverRegistry, ArchiveDriverRegistry) on each instance.
private static void GlobalArchiveDriverRegistry.registerArchiveDrivers(URL url, ArchiveDriverRegistry driverRegistry, ArchiveDriverRegistry clientRegistry)
          Loads and processes the given url in order to register the archive drivers in its config resource file.
 

Constructors in de.schlichtherle.io with parameters of type ArchiveDriverRegistry
ArchiveDriverRegistry(ArchiveDriverRegistry delegate, Map config)
          Creates a new DefaultArchiveDriverRegistry by decorating the configuration of delegate with mappings for all entries in config.
 


TrueZIP 6.8.2

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