TrueZIP Driver TZP (ZIP.RAES) 7.0-rc1

de.schlichtherle.truezip.fs.archive.zip.raes
Class ZipRaesDriverProvider

java.lang.Object
  extended by de.schlichtherle.truezip.fs.spi.FsDriverProvider
      extended by de.schlichtherle.truezip.fs.archive.zip.raes.ZipRaesDriverProvider
All Implemented Interfaces:
FsDriverService

@Immutable
public final class ZipRaesDriverProvider
extends FsDriverProvider

An immutable container of a driver for the RAES encrypted ZIP file format.

When used with the service locator class FsDriverLocator, this service provider class will register the following URI schemes for use with the TrueZIP Kernel module and the following canonical archive file suffixes for automatic detection by the TrueZIP File* module:

URI Schemes Canonical Archive File Suffixes
tzp | zip.rae | zip.raes .tzp | .zip.rae | .zip.raes

Author:
Christian Schlichtherle

Field Summary
private static Map<FsScheme,FsDriver> DRIVERS
           
 
Constructor Summary
ZipRaesDriverProvider()
           
 
Method Summary
 Map<FsScheme,FsDriver> getDrivers()
           
 
Methods inherited from class de.schlichtherle.truezip.fs.spi.FsDriverProvider
newMap, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DRIVERS

private static final Map<FsScheme,FsDriver> DRIVERS
Constructor Detail

ZipRaesDriverProvider

public ZipRaesDriverProvider()
Method Detail

getDrivers

public Map<FsScheme,FsDriver> getDrivers()

TrueZIP Driver TZP (ZIP.RAES) 7.0-rc1

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