| 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.
|
| Modifier and Type | Field and Description |
|---|---|
static BitField<FsOutputOption> |
FsOutputOptions.NO_OUTPUT_OPTION
A bit field with no output options set.
|
(package private) BitField<FsOutputOption> |
FsFederatingController.Output.options |
(package private) BitField<FsOutputOption> |
FsCachingController.Output.options |
private BitField<FsOutputOption> |
FsCachingController.EntryCache.outputOptions |
| Modifier and Type | Method and Description |
|---|---|
static FsOutputOption |
FsOutputOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FsOutputOption[] |
FsOutputOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) FsCachingController.EntryCache |
FsCachingController.EntryCache.configure(BitField<FsOutputOption> options,
Entry template) |
OutputSocket<?> |
FsStatisticsController.getOutputSocket(FsEntryName name,
BitField<FsOutputOption> options,
Entry template) |
OutputSocket<?> |
FsFederatingController.getOutputSocket(FsEntryName name,
BitField<FsOutputOption> options,
Entry template) |
OutputSocket<?> |
FsDecoratingController.getOutputSocket(FsEntryName name,
BitField<FsOutputOption> options,
Entry template) |
abstract OutputSocket<?> |
FsController.getOutputSocket(FsEntryName name,
BitField<FsOutputOption> options,
Entry template)
Returns an output socket for writing the contents of the entry addressed
by the given name to the file system.
|
OutputSocket<?> |
FsConcurrentController.getOutputSocket(FsEntryName name,
BitField<FsOutputOption> options,
Entry template) |
OutputSocket<?> |
FsCachingController.getOutputSocket(FsEntryName name,
BitField<FsOutputOption> options,
Entry template) |
void |
FsFederatingController.mknod(FsEntryName name,
Entry.Type type,
BitField<FsOutputOption> options,
Entry template) |
void |
FsDecoratingController.mknod(FsEntryName name,
Entry.Type type,
BitField<FsOutputOption> options,
Entry template) |
abstract void |
FsController.mknod(FsEntryName name,
Entry.Type type,
BitField<FsOutputOption> options,
Entry template)
Creates or replaces and finally links a chain of one or more entries
for the given entry
name into the file system. |
void |
FsConcurrentController.mknod(FsEntryName name,
Entry.Type type,
BitField<FsOutputOption> options,
Entry template) |
void |
FsCachingController.mknod(FsEntryName name,
Entry.Type type,
BitField<FsOutputOption> options,
Entry template) |
| Constructor and Description |
|---|
FsCachingController.Output(FsEntryName name,
BitField<FsOutputOption> options,
Entry template) |
FsFederatingController.Output(FsEntryName name,
BitField<FsOutputOption> options,
Entry template) |
FsStatisticsController.Output(FsEntryName name,
BitField<FsOutputOption> options,
Entry template) |
| Modifier and Type | Field and Description |
|---|---|
private static BitField<FsOutputOption> |
FsArchiveController.AUTO_MOUNT_OPTIONS |
private static BitField<FsOutputOption> |
FsDefaultArchiveController.MAKE_OUTPUT_OPTIONS |
private static BitField<FsOutputOption> |
FsDefaultArchiveController.MOUNT_MASK |
(package private) BitField<FsOutputOption> |
FsArchiveFileSystem.PathLink.options |
(package private) BitField<FsOutputOption> |
FsArchiveController.Output.options |
| Modifier and Type | Method and Description |
|---|---|
(package private) FsArchiveFileSystem<E> |
FsFileSystemArchiveController.autoMount(boolean autoCreate,
BitField<FsOutputOption> options) |
(package private) abstract FsArchiveFileSystem<E> |
FsFileSystemArchiveController.MountState.autoMount(boolean autoCreate,
BitField<FsOutputOption> options) |
(package private) FsArchiveFileSystem<E> |
FsFileSystemArchiveController.ResetFileSystem.autoMount(boolean autoCreate,
BitField<FsOutputOption> options) |
(package private) FsArchiveFileSystem<E> |
FsFileSystemArchiveController.MountedFileSystem.autoMount(boolean autoCreate,
BitField<FsOutputOption> options) |
(package private) FsArchiveFileSystem<E> |
FsFileSystemArchiveController.FalsePositiveFileSystem.autoMount(boolean autoCreate,
BitField<FsOutputOption> options) |
(package private) abstract FsArchiveFileSystem<E> |
FsArchiveController.autoMount(boolean autoCreate,
BitField<FsOutputOption> options)
Returns the (virtual) archive file system mounted from the target
archive file.
|
OutputSocket<?> |
FsArchiveDriver.getOutputSocket(FsController<?> controller,
FsEntryName name,
BitField<FsOutputOption> options,
Entry template)
Called to prepare writing an archive file artifact of this driver to
name in controller using options and template. |
OutputSocket<?> |
FsArchiveController.getOutputSocket(FsEntryName name,
BitField<FsOutputOption> options,
Entry template) |
(package private) FsDefaultArchiveController.Output |
FsDefaultArchiveController.makeOutput(BitField<FsOutputOption> options)
Ensures that
FsDefaultArchiveController.output is not null. |
FsArchiveFileSystemOperation<E> |
FsReadOnlyArchiveFileSystem.mknod(FsEntryName name,
Entry.Type type,
BitField<FsOutputOption> options,
Entry template) |
FsArchiveFileSystemOperation<E> |
FsArchiveFileSystem.mknod(FsEntryName name,
Entry.Type type,
BitField<FsOutputOption> options,
Entry template)
Begins a transaction to create or replace and finally link a
chain of one or more archive entries for the given
path into
this archive file system. |
void |
FsArchiveController.mknod(FsEntryName name,
Entry.Type type,
BitField<FsOutputOption> options,
Entry template) |
(package private) abstract void |
FsFileSystemArchiveController.mount(boolean autoCreate,
BitField<FsOutputOption> options)
Mounts the (virtual) archive file system from the target file.
|
(package private) void |
FsDefaultArchiveController.mount(boolean autoCreate,
BitField<FsOutputOption> options) |
abstract E |
FsArchiveDriver.newEntry(String name,
Entry.Type type,
Entry template,
BitField<FsOutputOption> mknod)
Returns a new archive entry for the given name.
|
private E |
FsArchiveFileSystem.newEntryChecked(String name,
Entry.Type type,
BitField<FsOutputOption> mknod,
Entry template)
Returns a new archive entry.
|
private E |
FsArchiveFileSystem.newEntryUnchecked(String name,
Entry.Type type,
BitField<FsOutputOption> mknod,
Entry template)
|
| Constructor and Description |
|---|
FsArchiveController.Output(FsEntryName name,
BitField<FsOutputOption> options,
Entry template) |
FsArchiveFileSystem.PathLink(String path,
Entry.Type type,
BitField<FsOutputOption> options,
Entry template) |
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.