| Package | Description |
|---|---|
| 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.sl |
Provides singletons to locate file system driver service providers
and a file system manager service provider.
|
| de.schlichtherle.truezip.fs.spi |
Provides an abstract class for locatable file system driver service
providers and a locatable file system manager service provider.
|
| Class and Description |
|---|
| FsAbstractCompositeDriver
An abstract composite driver.
|
| FsCachingController.EntryController
A cache for the contents of an individual file system entry.
|
| FsCachingController.EntryController.EntryOutput
An output socket proxy.
|
| FsCachingController.EntrySocketFactory |
| 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.
|
| FsConcurrentController
A concurrent file system controller which decorates another file system
controller in order to provide read/write lock features for multi-threaded
access by its clients.
|
| FsConcurrentController.ConcurrentSocketFactory |
| FsConcurrentController.Input |
| FsConcurrentController.Output |
| FsConcurrentModel
A file system model which supports multiple concurrent reader threads.
|
| FsController
An abstract class which provides read/write access to a file system.
|
| FsDecoratingConcurrentModelController
An abstract file system controller which requires an
FsConcurrentModel so that it can forward its additional method
calls to this model for the convenience of the sub-class. |
| 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.
|
| FsDefaultManager.FsControllerComparator
Orders file system controllers so that all file systems appear before
any of their parent file systems.
|
| FsDefaultModel
The default implementation of a file system model for non-federated file
systems.
|
| 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. |
| FsException
An abstract exception which indicates an exceptional condition discovered
in the TrueZIP Kernel.
|
| FsFailSafeManager.Shutdown
A shutdown hook thread.
|
| FsFalsePositiveException
Indicates that a file system is a false positive file system.
|
| FsFederatingController
Implements a chain of responsibility in order to resolve
FsFalsePositiveExceptions thrown by the prospective file system
provided to its constructor. |
| FsInputOption
Defines the options for input operations.
|
| FsManager
An abstract container which manages the life cycle of controllers for
federated file systems.
|
| FsManager.Visitor
A visitor for file system controllers.
|
| 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.
|
| FsNotWriteLockedException
Indicates that a resource should be write locked by the current thread,
but the write lock cannot get acquired for some reason.
|
| FsOutputOption
Defines options for output operations.
|
| FsPath
Addresses an entry in a file system.
|
| FsResourceAccountant
Accounts for
Closeable resources
(InputStream, OutputStream etc.) which are used in multiple
threads. |
| FsResourceAccountant.Account
A reference to a
Closeable which can notify its
FsResourceAccountant. |
| FsResourceController
Accounts input and output resources returned by its decorated controller.
|
| FsResourceController.AccountingSocketFactory |
| FsResourceController.Input |
| FsResourceController.Output |
| FsScheme
Represents a
URI scheme according to the syntax constraints
defined in RFC 2396:
Uniform Resource Identifiers (URI): Generic Syntax. |
| FsSyncController
A decorating file system controller which performs a
sync operation on the
file system if the decorated file system controller throws an
FsNotSyncedException. |
| FsSyncController.Input |
| FsSyncController.Output |
| FsSyncController.SyncSocketFactory |
| 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(de.schlichtherle.truezip.util.BitField<de.schlichtherle.truezip.fs.FsSyncOption>) and
FsManager.sync(de.schlichtherle.truezip.util.BitField<de.schlichtherle.truezip.fs.FsSyncOption>). |
| FsUriModifier |
| FsUriModifier.PostFix
Post-fixes a URI when it gets
canonicalized. |
| Class and Description |
|---|
| FsConcurrentModel
A file system model which supports multiple concurrent reader threads.
|
| FsConcurrentModelController
An abstract file system controller which requires an
FsConcurrentModel so that it can forward calls to its additional
protected methods to this model for the convenience of sub-classes. |
| FsController
An abstract class which provides read/write access to a file system.
|
| FsDecoratingConcurrentModelController
An abstract file system controller which requires an
FsConcurrentModel so that it can forward its additional method
calls to this model for the convenience of the sub-class. |
| FsDecoratingController
An abstract decorator for a file system controller.
|
| 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. |
| FsException
An abstract exception which indicates an exceptional condition discovered
in the TrueZIP Kernel.
|
| FsFalsePositiveException
Indicates that a file system is a false positive file system.
|
| 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. |
| FsNotSyncedException
Indicates that a file system should get
synced before a
file system operation can commence. |
| FsOutputOption
Defines options for output operations.
|
| 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(de.schlichtherle.truezip.util.BitField<de.schlichtherle.truezip.fs.FsSyncOption>) and
FsManager.sync(de.schlichtherle.truezip.util.BitField<de.schlichtherle.truezip.fs.FsSyncOption>). |
| 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. |
Copyright © 2004-2011 Schlichtherle IT Services. All Rights Reserved.