@DefaultAnnotation(value=edu.umd.cs.findbugs.annotations.NonNull.class)
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. |
| FsFileSystemArchiveController.MountState<E extends FsArchiveEntry> |
Represents the mount state of the archive file system.
|
| 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 archive files.
|
| FsArchiveEntries |
Provides static utility methods for
FsArchiveEntry objects. |
| 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 |
Injects the original values of selected parameters of the operation in
progress into its decorated controller.
|
| 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). |
| FsFileSystemArchiveController<E extends FsArchiveEntry> |
This abstract archive controller controls the mount state transition.
|
| FsMultiplexedOutputShop<E 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 |
Represents the original values of selected parameters for the
file system controller operation in
progress.
|
| FsReadOnlyArchiveFileSystem<E extends FsArchiveEntry> |
A read-only virtual file system for archive entries.
|
| FsResetController |
Resets the decorated file system controller once the virtual root directory
of the file system has been successfully unlinked.
|
| FsTargetArchiveController<E extends FsArchiveEntry> |
Manages I/O to the entry which represents the target archive file in its
parent file system and resolves archive entry collisions by performing a
full update of the target archive file.
|
| FsTargetArchiveController.DummyInputService<E extends Entry> |
A dummy input archive to substitute for
null when copying. |
| FsTargetArchiveController.InputArchive<E extends FsArchiveEntry> | |
| FsTargetArchiveController.OutputArchive<E extends FsArchiveEntry> |
| Exception | Description |
|---|---|
| FsArchiveFileSystemException |
Thrown to indicate an exceptional condition in an
FsArchiveFileSystem. |
| FsReadOnlyArchiveFileSystemException |
Thrown to indicate that an operation was trying to modify a read-only
FsArchiveFileSystem. |
Copyright © 2005-2012 Schlichtherle IT Services. All Rights Reserved.