Package | Description |
---|---|
net.java.truevfs.access |
Provides uniform, transparent, thread-safe, read/write access to archive
files as if they were virtual directories.
|
net.java.truevfs.comp.zipdriver |
The archive driver family for ZIP files.
|
net.java.truevfs.driver.http |
Provides a file system driver for read-only access to the web.
|
net.java.truevfs.kernel.spec |
Defines the API for accessing the (federated virtual) file system space.
|
Modifier and Type | Method and Description |
---|---|
static void |
TVFS.sync(FsMountPoint tree,
FsSyncOption... options)
Commits all pending changes for all (nested) archive files within the
given (virtual) directory
tree to their respective parent file
system with respect to the given options. |
static void |
TVFS.sync(FsSyncOption... options)
Commits all pending changes for all (nested) archive files to their
respective parent file system with respect to the given options.
|
static void |
TVFS.sync(TFile tree,
FsSyncOption... options)
Commits all pending changes for all (nested) archive files within the
given (virtual) directory
tree to their respective parent file
system with respect to the given options. |
Modifier and Type | Method and Description |
---|---|
static void |
TVFS.sync(net.java.truecommons.shed.BitField<FsSyncOption> options)
Commits all pending changes for all (nested) archive files to their
respective parent file system with respect to the given options.
|
void |
TFileSystem.sync(net.java.truecommons.shed.BitField<FsSyncOption> options)
Commits all pending changes for this (federated) file system and all its
federated child file systems to their respective parent file system with
respect to the given options.
|
static void |
TVFS.sync(FsMountPoint tree,
net.java.truecommons.shed.BitField<FsSyncOption> options)
Commits all pending changes for all (nested) archive files within the
given (virtual) directory
tree to their respective parent file
system with respect to the given options. |
static void |
TVFS.sync(TFile tree,
net.java.truecommons.shed.BitField<FsSyncOption> options)
Commits all pending changes for all (nested) archive files within the
given (virtual) directory
tree to their respective parent file
system with respect to the given options. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractKeyController.sync(net.java.truecommons.shed.BitField<FsSyncOption> options) |
Modifier and Type | Method and Description |
---|---|
void |
HttpController.sync(net.java.truecommons.shed.BitField<FsSyncOption> options) |
Modifier and Type | Field and Description |
---|---|
static net.java.truecommons.shed.BitField<FsSyncOption> |
FsSyncOptions.NONE
A bit field with no synchronization options set.
|
static net.java.truecommons.shed.BitField<FsSyncOption> |
FsSyncOptions.RESET
Aborts all pending changes for the federated file system, clears the
selective cache without flushing it and makes the file system controller
eligible for garbage collection unless any strong references are held by
the client application.
|
static net.java.truecommons.shed.BitField<FsSyncOption> |
FsSyncOptions.SYNC
Waits for all other threads to close their I/O resources (i.e.
|
static net.java.truecommons.shed.BitField<FsSyncOption> |
FsSyncOptions.UMOUNT
Forcibly closes all I/O resources (i.e.
|
Modifier and Type | Method and Description |
---|---|
static FsSyncOption |
FsSyncOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FsSyncOption[] |
FsSyncOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static net.java.truecommons.shed.BitField<FsSyncOption> |
FsSyncOptions.of(FsSyncOption... options)
Converts the given array to a bit field of synchronization options.
|
Modifier and Type | Method and Description |
---|---|
static net.java.truecommons.shed.BitField<FsSyncOption> |
FsSyncOptions.of(FsSyncOption... options)
Converts the given array to a bit field of synchronization options.
|
Modifier and Type | Method and Description |
---|---|
FsSync |
FsSync.options(net.java.truecommons.shed.BitField<FsSyncOption> options) |
void |
FsDecoratingController.sync(net.java.truecommons.shed.BitField<FsSyncOption> options) |
void |
FsController.sync(net.java.truecommons.shed.BitField<FsSyncOption> options)
Commits all unsynchronized changes to the contents of this file system
to its parent file system,
releases the associated resources (e.g.
|
Copyright © 2005–2018 Schlichtherle IT Services. All rights reserved.