@Immutable final class FsOperationContext extends Object
FsContextController| Modifier and Type | Field and Description |
|---|---|
private BitField<FsOutputOption> |
outputOptions |
| Constructor and Description |
|---|
FsOperationContext(BitField<FsOutputOption> outputOptions) |
| Modifier and Type | Method and Description |
|---|---|
(package private) boolean |
get(FsOutputOption option)
Returns
true if and only if the given output option is set. |
(package private) BitField<FsOutputOption> |
getOutputOptions()
Returns the options for the output operation in progress.
|
String |
toString()
Returns a string representation of this object for debugging and logging
purposes.
|
private final BitField<FsOutputOption> outputOptions
FsOperationContext(BitField<FsOutputOption> outputOptions)
boolean get(FsOutputOption option)
true if and only if the given output option is set.option - The output option to test.BitField<FsOutputOption> getOutputOptions()
FsContextController.getOutputSocket(FsEntryName, BitField, Entry),
FsContextController.mknod(FsEntryName, Entry.Type, BitField, Entry)Copyright © 2005-2012 Schlichtherle IT Services. All Rights Reserved.