Package | Description |
---|---|
net.java.truevfs.access |
Provides uniform, transparent, thread-safe, read/write access to archive
files as if they were virtual directories.
|
net.java.truevfs.comp.inst |
Provides basic functionality for instrumenting the TrueVFS Kernel at runtime.
|
net.java.truevfs.comp.jmx |
Provides basic functionality for instrumenting the TrueVFS Kernel with a JMX
interface at runtime.
|
net.java.truevfs.comp.tardriver |
The archive driver family for TAR files.
|
net.java.truevfs.comp.zipdriver |
The archive driver family for ZIP files.
|
net.java.truevfs.driver.file |
Provides a file system driver for accessing the platform file system.
|
net.java.truevfs.driver.http |
Provides a file system driver for read-only access to the web.
|
net.java.truevfs.driver.odf |
Provides a file system driver for accessing the Open Document File format.
|
net.java.truevfs.driver.sfx |
Provides a file system driver for read-only access to the SelF eXtracting
ZIP file format, alias SFX.
|
net.java.truevfs.driver.tar.bzip2 |
Provides a file system driver for accessing the BZIP2 compressed TAR file
format.
|
net.java.truevfs.driver.tar.gzip |
Provides a file system driver for accessing the GZIP compressed TAR file
format.
|
net.java.truevfs.driver.tar.xz |
Provides a file system driver for accessing the XZ compressed TAR file
format.
|
net.java.truevfs.driver.zip.raes |
Provides a file system driver for accessing the RAES encrypted ZIP file
format, alias ZIP.RAES or TZP.
|
net.java.truevfs.kernel.spec |
Defines the API for accessing the (federated virtual) file system space.
|
Modifier and Type | Class and Description |
---|---|
class |
TArchiveDetector
Detects a prospective archive file and declares its file system
scheme by mapping its file name extension to an archive driver.
|
Modifier and Type | Class and Description |
---|---|
class |
InstrumentingCompositeDriver<M extends Mediator<M>> |
class |
InstrumentingManager<M extends Mediator<M>> |
Modifier and Type | Class and Description |
---|---|
class |
JmxManager<M extends JmxMediator<M>>
A controller for a file system manager.
|
Modifier and Type | Class and Description |
---|---|
class |
TarDriver
An archive driver for Tape Archive files (TAR).
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractZipDriver<E extends AbstractZipDriverEntry>
An abstract archive driver for the ZIP file format.
|
class |
CheckedJarDriver
An archive driver for JAR files which checks the CRC32 value for all ZIP
entries in input archives.
|
class |
CheckedZipDriver
An archive driver for ZIP files which checks the CRC32 values for all
ZIP entries in input archives.
|
class |
JarDriver
An archive driver for Java Archive files (JAR).
|
class |
ZipDriver
An archive driver for ZIP files.
|
Modifier and Type | Class and Description |
---|---|
class |
FileDriver
A file system driver for the FILE scheme.
|
Modifier and Type | Class and Description |
---|---|
class |
HttpDriver
A file system driver for the HTTP(S) schemes.
|
Modifier and Type | Class and Description |
---|---|
class |
CheckedOdfDriver
An archive driver for ODF files which checks the CRC32 value for all ZIP
entries in input archives.
|
class |
OdfDriver
An archive driver for application archive files according to the Open
Document Format (ODF) Specification, V1.0 and later.
|
Modifier and Type | Class and Description |
---|---|
class |
CheckedReadOnlySfxDriver
An archive driver for SFX/EXE files which checks the CRC32 value for all
ZIP entries in input archives.
|
class |
ReadOnlySfxDriver
An archive driver which reads Self Executable (SFX/EXE) ZIP files,
but doesn't support to create or update them because this would spoil the
SFX code in its preamble.
|
Modifier and Type | Class and Description |
---|---|
class |
TarBZip2Driver
An archive driver for BZIP2 compressed TAR files (TAR.BZIP2).
|
Modifier and Type | Class and Description |
---|---|
class |
TarGZipDriver
An archive driver for GZIP compressed TAR files (TAR.GZIP).
|
Modifier and Type | Class and Description |
---|---|
class |
TarXZDriver
An archive driver for XZ compressed TAR files (TAR.XZ).
|
Modifier and Type | Class and Description |
---|---|
class |
ParanoidZipRaesDriver
A paranoid archive driver for RAES encrypted ZIP files.
|
class |
SafeZipRaesDriver
A safe archive driver for RAES encrypted ZIP files (ZIP.RAES).
|
class |
ZipRaesDriver
An abstract archive driver for RAES encrypted ZIP files which optionally
authenticates the cipher data of the input archive files presented to it.
|
Modifier and Type | Interface and Description |
---|---|
interface |
FsCompositeDriver
Queries the scheme of the mount point of the given file system model in
order to lookup the appropriate file system driver which is then used to
create the requested thread-safe file system controller.
|
interface |
FsManager
A container which creates FsController file system controllers
and manages their life cycle.
|
Modifier and Type | Class and Description |
---|---|
class |
FsAbstractCompositeDriver
An abstract composite driver.
|
class |
FsAbstractManager
An abstract file system manager.
|
class |
FsArchiveDriver<E extends FsArchiveEntry>
An abstract factory for components required for accessing archive files.
|
class |
FsDecoratingManager
An abstract decorator for a file system manager.
|
class |
FsDriver
An abstract factory for components required to access a file system.
|
class |
FsSimpleCompositeDriver
Uses a given file system driver provider to lookup the appropriate driver
for the scheme of a given mount point.
|
Copyright © 2005–2018 Schlichtherle IT Services. All rights reserved.