Package | Description |
---|---|
de.schlichtherle.truezip.file |
Provides uniform, transparent, thread-safe, read/write access to archive
files as if they were just plain directories in a file system path by means
of the
TFile* classes and their dependent classes. |
de.schlichtherle.truezip.fs |
Provides access to (possibly federated virtual) file systems.
|
de.schlichtherle.truezip.fs.inst |
Provides base classes for the instrumentation of the TrueZIP Kernel.
|
de.schlichtherle.truezip.fs.inst.comp |
Provides locatable service providers for an instrumented file system manager
and an I/O buffer pool.
|
de.schlichtherle.truezip.fs.inst.jmx |
Provides classes to instrument the TrueZIP Kernel with JMX.
|
de.schlichtherle.truezip.fs.sl |
Provides singletons to locate file system driver service providers and a
file system manager service provider on the class path.
|
Modifier and Type | Method and Description |
---|---|
FsManager |
TConfig.getFsManager()
Deprecated.
This public class property is solely intended to be used by
the module TrueZIP Path and should never get used by
client applications.
|
Modifier and Type | Class and Description |
---|---|
class |
FsDecoratingManager<M extends FsManager>
An abstract decorator for a file system manager.
|
Modifier and Type | Class and Description |
---|---|
class |
FsDecoratingManager<M extends FsManager>
An abstract decorator for a file system manager.
|
class |
FsDefaultManager
The default implementation of a file system manager.
|
class |
FsFilteringManager
Filters the list of federated file systems managed by the decorated file
system manager so that their mount point starts with the prefix provided
to the
constructor . |
Modifier and Type | Field and Description |
---|---|
protected M |
FsDecoratingManager.delegate
The decorated file system manager.
|
Modifier and Type | Method and Description |
---|---|
FsManager |
FsManagerProvider.get()
Returns the singleton file system manager.
|
Constructor and Description |
---|
FsFailSafeManager(FsManager manager)
Deprecated.
|
FsFilteringManager(FsManager manager,
FsMountPoint prefix)
Constructs a new prefix filter file system manager from the given file
system manager and mount point prefix.
|
Modifier and Type | Class and Description |
---|---|
class |
InstrumentingManager |
Modifier and Type | Method and Description |
---|---|
FsManager |
InstrumentingDirector.instrument(FsManager manager) |
Modifier and Type | Method and Description |
---|---|
FsManager |
InstrumentingDirector.instrument(FsManager manager) |
Constructor and Description |
---|
InstrumentingManager(FsManager manager,
InstrumentingDirector director) |
Modifier and Type | Method and Description |
---|---|
FsManager |
CompositeManagerService.get() |
Modifier and Type | Method and Description |
---|---|
FsManager |
JmxDirector.instrument(FsManager manager) |
Modifier and Type | Method and Description |
---|---|
FsManager |
JmxDirector.instrument(FsManager manager) |
Modifier and Type | Method and Description |
---|---|
FsManager |
FsManagerLocator.get() |
Copyright © 2005-2012 Schlichtherle IT Services. All Rights Reserved.