| 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 |
|---|
| FsCachingController.EntryCache
A cache for the contents of an individual file system entry.
|
| 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.
|
| FsConcurrentModel
Supports multiple concurrent reader threads.
|
| FsController
An abstract class which provides read/write access to a file system.
|
| FsDecoratingController
An abstract decorator for a file system controller.
|
| FsDecoratingEntry
An abstract decorator for an entry.
|
| FsDecoratingManager
An abstract decorator for a file system manager.
|
| FsDecoratingModel
An abstract decorator for a file system model.
|
| FsDefaultManager.ScheduledModel
A model which schedules its controller for
synchronization by "observing" its
touched property. |
| FsDefaultModel
The default implementation of a file system model.
|
| FsDriver
An abstract factory for thread-safe file system controllers.
|
| 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 in a file
system.
|
| FsFailSafeManager.Shutdown
A shutdown hook thread.
|
| FsFederatingController
Implements a chain of responsibility in order to resolve
FsFalsePositiveExceptions thrown by the prospective file system
provided to its constructor. |
| FsInputOption
Defines the potential options for data 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.
|
| FsMountPoint
Addresses the mount point of a file system.
|
| FsNotWriteLockedException
Indicates that a controller is not write locked and the lock cannot get
acquired by the current thread for some reason.
|
| FsOutputOption
Defines the potential options for data 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. |
| FsStatistics
Provides statistics for the federated file systems managed by a single file
system manager.
|
| FsStatisticsManager
Provides statistics for the federated file systems managed by the decorated
file system manager.
|
| 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
Supports multiple concurrent reader threads.
|
| FsController
An abstract class which provides read/write access to a file system.
|
| FsDriver
An abstract factory for thread-safe file system controllers.
|
| 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 in a file
system.
|
| FsFalsePositiveException
Indicates that a file system is a false positive file system.
|
| FsInputOption
Defines the potential options for data input operations.
|
| FsModel
Defines the common properties of a file system.
|
| FsOutputOption
Defines the potential options for data 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 thread-safe file system controllers.
|
| 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 thread-safe file system controllers.
|
| 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 © 2005-2011 Schlichtherle IT Services. All Rights Reserved.