TrueZIP Driver ZIP.RAES (TZP) 7.1

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

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

@Immutable
public final class ZipRaesDriverService
extends FsDriverService

An immutable container of a map of drivers for the ZIP.RAES file format. The map provided by this service consists of the following entries:

URI Schemes File System Driver Class
tzp, zip.rae, zip.raes SafeZipRaesDriver

Note that the regular expression is actually decomposed into separate FsScheme objects which get mapped individually.

Author:
Christian Schlichtherle

Field Summary
private static Map<FsScheme,FsDriver> DRIVERS
           
 
Constructor Summary
ZipRaesDriverService()
           
 
Method Summary
 Map<FsScheme,FsDriver> get()
           
 
Methods inherited from class de.schlichtherle.truezip.fs.spi.FsDriverService
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

ZipRaesDriverService

public ZipRaesDriverService()
Method Detail

get

public Map<FsScheme,FsDriver> get()

TrueZIP Driver ZIP.RAES (TZP) 7.1

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