| Package | Description |
|---|---|
| de.schlichtherle.truezip.fs |
Provides access to (possibly federated virtual) file systems.
|
| 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.
|
| Class and Description |
|---|
| FsAbstractCompositeDriver
An abstract composite driver.
|
| FsAbstractController
An abstract file system controller which implements the
FsAbstractController.getModel()
method. |
| FsArchiveDriver
An abstract factory for components required for accessing archive files.
|
| FsArchiveEntry
Represents an entry in an archive file.
|
| FsArchiveFileSystemException
Thrown to indicate an exceptional condition in an
FsArchiveFileSystem. |
| 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.
|
| FsCovariantEntry
A covariant file system entry maintains a map of
archive entries and uses its
key property to determine the archive entry
in the map to which it forwards calls to FsCovariantEntry.getEntry(),
Entry.getSize(Size), Entry.getTime(Access) etc. |
| FsDecoratingManager
An abstract decorator for a file system manager.
|
| 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.
|
| FsManager
A container which creates FsController file system controllers
and manages their life cycle.
|
| FsModel
Defines the common properties of a file system.
|
| 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 options for (federated) file system synchronization.
|
| FsSyncWarningException
Indicates an exceptional condition when synchronizing the changes in a
federated file system to its parent file system.
|
| FsUriModifier |
| FsUriModifier.PostFix
Post-fixes a URI when it gets
canonicalized. |
| 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
A container which creates FsController file system controllers
and manages their life cycle.
|
| 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.
|
| FsManager
A container which creates FsController file system controllers
and manages their life cycle.
|
| 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-2012 Schlichtherle IT Services. All Rights Reserved.