de.schlichtherle.truezip.fs.archive.zip
Class ZipDriverService
java.lang.Object
de.schlichtherle.truezip.fs.spi.FsDriverService
de.schlichtherle.truezip.fs.archive.zip.ZipDriverService
- All Implemented Interfaces:
- FsDriverProvider
@Immutable
public final class ZipDriverService
- extends FsDriverService
An immutable container of drivers for the 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 |
zip |
.zip |
ear | jar | war |
.ear | .jar | .war |
odg | odp | ods | odt | otg | otp | ots | ott | odb | odf | odm | oth |
.odg | .odp | .ods | .odt | .otg | .otp | .ots | .ott | .odb | .odf | .odm | .oth |
exe |
.exe |
- Author:
- Christian Schlichtherle
DRIVERS
private static final Map<FsScheme,FsDriver> DRIVERS
ZipDriverService
public ZipDriverService()
get
public Map<FsScheme,FsDriver> get()
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.