| Package | Description |
|---|---|
| net.java.truevfs.kernel.spec |
Defines the API for accessing the (federated virtual) file system space.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FsSyncWarningException
Indicates an exceptional condition when synchronizing the changes in a
federated file system to its parent file system.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FsManager.sync(net.java.truecommons.shed.Filter<? super FsController> filter,
net.java.truecommons.shed.Visitor<? super FsController,FsSyncException> visitor)
Invokes the given visitor to
sync() all
managed file system controllers which get accepted by the given
filter. |
void |
FsDecoratingManager.sync(net.java.truecommons.shed.Filter<? super FsController> filter,
net.java.truecommons.shed.Visitor<? super FsController,FsSyncException> visitor) |
void |
FsAbstractManager.sync(net.java.truecommons.shed.Filter<? super FsController> filter,
net.java.truecommons.shed.Visitor<? super FsController,FsSyncException> visitor) |
| Modifier and Type | Method and Description |
|---|---|
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. target archive files) for
access by third parties (e.g. other processes), cleans up any temporary
allocated resources (e.g. temporary files) and purges any cached data.
|
void |
FsManager.sync(net.java.truecommons.shed.Filter<? super FsController> filter,
net.java.truecommons.shed.Visitor<? super FsController,FsSyncException> visitor)
Invokes the given visitor to
sync() all
managed file system controllers which get accepted by the given
filter. |
void |
FsDecoratingManager.sync(net.java.truecommons.shed.Filter<? super FsController> filter,
net.java.truecommons.shed.Visitor<? super FsController,FsSyncException> visitor) |
void |
FsAbstractManager.sync(net.java.truecommons.shed.Filter<? super FsController> filter,
net.java.truecommons.shed.Visitor<? super FsController,FsSyncException> visitor) |
void |
FsControllerSyncVisitor.visit(FsController controller)
Calls
FsController.sync(net.java.truecommons.shed.BitField<net.java.truevfs.kernel.spec.FsSyncOption>) on the given controller with the options
provided to the constructor. |
Copyright © 2005–2014 Schlichtherle IT Services. All rights reserved.