See: Description
| Interface | Description |
|---|---|
| FsArchiveEntry |
Represents an entry in an archive file.
|
| FsArchiveFileSystemOperation<E extends FsArchiveEntry> |
Represents an operation on a chain of one or more archive entries.
|
| FsArchiveFileSystemTouchListener<E extends FsArchiveEntry> |
Used to notify implementations of an event in an
FsArchiveFileSystem. |
| Class | Description |
|---|---|
| FsArchiveController<E extends FsArchiveEntry> |
An abstract base class for any archive file system controller which
provide all the essential services required for accessing a prospective
archive file.
|
| FsArchiveController.ProxyEntry | |
| FsArchiveDriver<E extends FsArchiveEntry> |
An abstract factory for components required for accessing a federated file
system which is enclosed in a parent file system.
|
| FsArchiveFileSystem<E extends FsArchiveEntry> |
A read/write virtual file system for archive entries.
|
| FsArchiveFileSystem.EntryTable<E extends FsArchiveEntry> | |
| FsArchiveFileSystem.SegmentLink<E extends FsArchiveEntry> |
A data class which represents a segment for use by
FsArchiveFileSystem.PathLink. |
| FsArchiveFileSystem.Splitter |
Splits a given path name into its parent path name and base name.
|
| FsArchiveFileSystemEvent<E extends FsArchiveEntry> |
An archive file system event.
|
| FsCharsetArchiveDriver<E extends FsArchiveEntry> |
An abstract base class of an archive driver which provides convenient
methods for dealing with the character set supported by a particular
archive type.
|
| FsContextController |
A file system controller which decorates another file system controller in
order to inject the original values of selected parameters for its operation
in progress.
|
| FsCovariantEntry<E extends FsArchiveEntry> |
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) and Entry.getTime(Access). |
| FsDefaultArchiveController<E extends FsArchiveEntry> |
This archive controller manages I/O to the entry which represents the target
archive file in its parent file system and resolves archive entry collisions,
for example by performing a full update of the target archive file.
|
| FsDefaultArchiveController.DummyInputArchive<E extends Entry> |
A dummy input archive to substitute for
null when copying. |
| FsDefaultArchiveController.InputArchive<E extends FsArchiveEntry> | |
| FsDefaultArchiveController.OutputArchive<E extends FsArchiveEntry> | |
| FsFileSystemArchiveController<E extends FsArchiveEntry> |
This abstract archive controller controls the mount state transition.
|
| FsFileSystemArchiveController.MountState<E extends FsArchiveEntry> |
Represents the mount state of the archive file system.
|
| FsMultiplexedOutputShop<AE extends FsArchiveEntry> |
Decorates annother output shop to support a virtually unlimited number of
entries which may be written concurrently while actually at most one entry
is written concurrently to the decorated output shop.
|
| FsOperationContext |
A JavaBean which represents the original values of selected parameters
for the
FsContextController operation in progress. |
| FsReadOnlyArchiveFileSystem<E extends FsArchiveEntry> |
A read-only virtual file system for archive entries.
|
| Exception | Description |
|---|---|
| FsArchiveFileSystemException |
Thrown to indicate an exceptional condition in an
FsArchiveFileSystem. |
| FsCacheableFalsePositiveException |
A cacheable false positive exception.
|
| FsReadOnlyArchiveFileSystemException |
Thrown to indicate that an operation was trying to modify a read-only
FsArchiveFileSystem. |
Provides acces to archive files as if they were just directories.
Copyright © 2004-2011 Schlichtherle IT Services. All Rights Reserved.