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.archive |
Provides acces to archive files as if they were just directories.
|
de.schlichtherle.truezip.fs.archive.tar |
The archive driver family for TAR files.
|
de.schlichtherle.truezip.fs.archive.zip |
The archive driver family for ZIP files.
|
de.schlichtherle.truezip.fs.archive.zip.raes |
The archive driver family for RAES encrypted ZIP files, alias TZP files.
|
de.schlichtherle.truezip.fs.http |
Implements the
http(s) scheme for read-only access to the web. |
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.inst.jul |
Provides classes to instrument the TrueZIP Kernel with
java.util.logging . |
de.schlichtherle.truezip.fs.nio.file |
Implements the
file scheme for accessing the local file system using
the NIO.2 API. |
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.
|
de.schlichtherle.truezip.fs.spi |
Provides abstract classes for locatable service providers for a file system
manager and file system providers.
|
de.schlichtherle.truezip.nio.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
TPath class and its
dependent classes. |
de.schlichtherle.truezip.sample.file.app |
Main classes to demonstrate the usage of the API of the TrueZIP File*
module.
|
Class and Description |
---|
FsAbstractCompositeDriver
An abstract composite driver.
|
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.
|
FsDriver
An abstract factory for components required to access a file system.
|
FsDriverProvider
A provider for an immutable map of file system schemes to drivers.
|
FsInputOption
Defines the options for input operations.
|
FsManager
An abstract container which manages the life cycle of controllers for
federated file systems.
|
FsMountPoint
Addresses the mount point of a file system.
|
FsOutputOption
Defines options for output operations.
|
FsPath
Addresses an entry in a file system.
|
FsScheme
Represents a
URI scheme according to the syntax constraints
defined in RFC 2396:
Uniform Resource Identifiers (URI): Generic Syntax. |
FsSyncException
Indicates an exceptional condition when synchronizing the changes in a
federated file system to its parent file system.
|
FsSyncOption
Defines the available options for the synchronization of federated file
systems via the methods
FsController.sync(BitField) and its many
variants and incarnations in the TrueZIP Kernel and client API modules. |
Class and Description |
---|
FsAbstractCompositeDriver
An abstract composite driver.
|
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.
|
FsController
An abstract class which provides read/write access to a file system.
|
FsControllerException
Indicates an internal exception in a decorator chain of
file system controllers.
|
FsDecoratingController
An abstract decorator for a file system controller.
|
FsDecoratingManager
An abstract decorator for a file system manager.
|
FsDecoratingModel
An abstract decorator for a file system model.
|
FsDriver
An abstract factory for components required to access a file system.
|
FsDriverProvider
A provider for an immutable map of file system schemes to drivers.
|
FsEntry
An abstract file system entry is an entry which can implement multiple types
and list directory members.
|
FsEntryName
Addresses an entry in a file system relative to its
mount point . |
FsFalsePositiveException
Indicates that a file system is a false positive file system.
|
FsInputOption
Defines the options for input operations.
|
FsLockModel
A file system model which supports multiple concurrent reader threads.
|
FsLockModelDecoratingController
An abstract file system controller which requires an
FsLockModel so that it can forward its additional method
calls to this model for the convenience of the sub-class. |
FsManager
An abstract container which manages the life cycle of controllers for
federated file systems.
|
FsModel
Defines the common properties of a file system.
|
FsModelController
An abstract file system controller which implements the
FsModelController.getModel()
method so that it can forward calls to its additional protected methods to
this model for the convenience of sub-classes. |
FsMountPoint
Addresses the mount point of a file system.
|
FsNeedsSyncException
Indicates that a file system controller needs to get
synced before the operation can
get retried.
|
FsOutputOption
Defines options for output operations.
|
FsPath
Addresses an entry in a file system.
|
FsScheme
Represents a
URI scheme according to the syntax constraints
defined in RFC 2396:
Uniform Resource Identifiers (URI): Generic Syntax. |
FsSyncException
Indicates an exceptional condition when synchronizing the changes in a
federated file system to its parent file system.
|
FsSyncOption
Defines the available options for the synchronization of federated file
systems via the methods
FsController.sync(BitField) and its many
variants and incarnations in the TrueZIP Kernel and client API modules. |
FsUriModifier |
FsUriModifier.PostFix
Post-fixes a URI when it gets
canonicalized . |
Class and Description |
---|
FsController
An abstract class which provides read/write access to a file system.
|
FsDriver
An abstract factory for components required to access a file system.
|
FsEntry
An abstract file system entry is an entry which can implement multiple types
and list directory members.
|
FsEntryName
Addresses an entry in a file system relative to its
mount point . |
FsInputOption
Defines the options for input operations.
|
FsModel
Defines the common properties of a file system.
|
FsOutputOption
Defines options for output operations.
|
Class and Description |
---|
FsController
An abstract class which provides read/write access to a file system.
|
FsDriver
An abstract factory for components required to access a file system.
|
FsDriverProvider
A provider for an immutable map of file system schemes to drivers.
|
FsEntryName
Addresses an entry in a file system relative to its
mount point . |
FsInputOption
Defines the options for input operations.
|
FsModel
Defines the common properties of a file system.
|
FsOutputOption
Defines options for output operations.
|
FsScheme
Represents a
URI scheme according to the syntax constraints
defined in RFC 2396:
Uniform Resource Identifiers (URI): Generic Syntax. |
Class and Description |
---|
FsController
An abstract class which provides read/write access to a file system.
|
FsDecoratingController
An abstract decorator for a file system controller.
|
FsDriver
An abstract factory for components required to access a file system.
|
FsDriverProvider
A provider for an immutable map of file system schemes to drivers.
|
FsEntry
An abstract file system entry is an entry which can implement multiple types
and list directory members.
|
FsEntryName
Addresses an entry in a file system relative to its
mount point . |
FsModel
Defines the common properties of a file system.
|
FsModelController
An abstract file system controller which implements the
FsModelController.getModel()
method so that it can forward calls to its additional protected methods to
this model for the convenience of sub-classes. |
FsOutputOption
Defines options for output operations.
|
FsScheme
Represents a
URI scheme according to the syntax constraints
defined in RFC 2396:
Uniform Resource Identifiers (URI): Generic Syntax. |
FsSyncException
Indicates an exceptional condition when synchronizing the changes in a
federated file system to its parent file system.
|
FsSyncOption
Defines the available options for the synchronization of federated file
systems via the methods
FsController.sync(BitField) and its many
variants and incarnations in the TrueZIP Kernel and client API modules. |
Class and Description |
---|
FsController
An abstract class which provides read/write access to a file system.
|
FsDriver
An abstract factory for components required to access a file system.
|
FsDriverProvider
A provider for an immutable map of file system schemes to drivers.
|
FsEntryName
Addresses an entry in a file system relative to its
mount point . |
FsModel
Defines the common properties of a file system.
|
FsOutputOption
Defines options for output operations.
|
FsScheme
Represents a
URI scheme according to the syntax constraints
defined in RFC 2396:
Uniform Resource Identifiers (URI): Generic Syntax. |
Class and Description |
---|
FsController
An abstract class which provides read/write access to a file system.
|
FsDriver
An abstract factory for components required to access a file system.
|
FsDriverProvider
A provider for an immutable map of file system schemes to drivers.
|
FsEntry
An abstract file system entry is an entry which can implement multiple types
and list directory members.
|
FsEntryName
Addresses an entry in a file system relative to its
mount point . |
FsInputOption
Defines the options for input operations.
|
FsModel
Defines the common properties of a file system.
|
FsModelController
An abstract file system controller which implements the
FsModelController.getModel()
method so that it can forward calls to its additional protected methods to
this model for the convenience of sub-classes. |
FsOutputOption
Defines options for output operations.
|
FsScheme
Represents a
URI scheme according to the syntax constraints
defined in RFC 2396:
Uniform Resource Identifiers (URI): Generic Syntax. |
FsSyncException
Indicates an exceptional condition when synchronizing the changes in a
federated file system to its parent file system.
|
FsSyncOption
Defines the available options for the synchronization of federated file
systems via the methods
FsController.sync(BitField) and its many
variants and incarnations in the TrueZIP Kernel and client API modules. |
Class and Description |
---|
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.
|
FsController
An abstract class which provides read/write access to a file system.
|
FsDecoratingController
An abstract decorator for a file system controller.
|
FsDecoratingManager
An abstract decorator for a file system manager.
|
FsDecoratingModel
An abstract decorator for a file system model.
|
FsEntryName
Addresses an entry in a file system relative to its
mount point . |
FsInputOption
Defines the options for input operations.
|
FsManager
An abstract container which manages the life cycle of controllers for
federated file systems.
|
FsModel
Defines the common properties of a file system.
|
FsModelController
An abstract file system controller which implements the
FsModelController.getModel()
method so that it can forward calls to its additional protected methods to
this model for the convenience of sub-classes. |
FsMountPoint
Addresses the mount point of a file system.
|
FsOutputOption
Defines options for output operations.
|
Class and Description |
---|
FsManager
An abstract container which manages the life cycle of controllers for
federated file systems.
|
FsManagerProvider
A provider for the singleton file system manager.
|
Class and Description |
---|
FsController
An abstract class which provides read/write access to a file system.
|
FsManager
An abstract container which manages the life cycle of controllers for
federated file systems.
|
FsModel
Defines the common properties of a file system.
|
FsSyncException
Indicates an exceptional condition when synchronizing the changes in a
federated file system to its parent file system.
|
Class and Description |
---|
FsController
An abstract class which provides read/write access to a file system.
|
Class and Description |
---|
FsController
An abstract class which provides read/write access to a file system.
|
FsDriver
An abstract factory for components required to access a file system.
|
FsDriverProvider
A provider for an immutable map of file system schemes to drivers.
|
FsModel
Defines the common properties of a file system.
|
FsScheme
Represents a
URI scheme according to the syntax constraints
defined in RFC 2396:
Uniform Resource Identifiers (URI): Generic Syntax. |
Class and Description |
---|
FsDriver
An abstract factory for components required to access a file system.
|
FsDriverProvider
A provider for an immutable map of file system schemes to drivers.
|
FsManager
An abstract container which manages the life cycle of controllers for
federated file systems.
|
FsManagerProvider
A provider for the singleton file system manager.
|
FsScheme
Represents a
URI scheme according to the syntax constraints
defined in RFC 2396:
Uniform Resource Identifiers (URI): Generic Syntax. |
Class and Description |
---|
FsDriver
An abstract factory for components required to access a file system.
|
FsDriverProvider
A provider for an immutable map of file system schemes to drivers.
|
FsManagerProvider
A provider for the singleton file system manager.
|
FsScheme
Represents a
URI scheme according to the syntax constraints
defined in RFC 2396:
Uniform Resource Identifiers (URI): Generic Syntax. |
Class and Description |
---|
FsPath
Addresses an entry in a file system.
|
FsSyncException
Indicates an exceptional condition when synchronizing the changes in a
federated file system to its parent file system.
|
FsSyncOption
Defines the available options for the synchronization of federated file
systems via the methods
FsController.sync(BitField) and its many
variants and incarnations in the TrueZIP Kernel and client API modules. |
Class and Description |
---|
FsSyncException
Indicates an exceptional condition when synchronizing the changes in a
federated file system to its parent file system.
|
Copyright © 2005-2012 Schlichtherle IT Services. All Rights Reserved.