de.schlichtherle.truezip.fs.archive.zip.raes
Class ZipRaesDriverService
java.lang.Object
de.schlichtherle.truezip.fs.spi.FsDriverService
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:
Note that the regular expression is actually decomposed into separate
FsScheme objects which get mapped individually.
- Author:
- Christian Schlichtherle
DRIVERS
private static final Map<FsScheme,FsDriver> DRIVERS
ZipRaesDriverService
public ZipRaesDriverService()
get
public Map<FsScheme,FsDriver> get()
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.