@NotThreadSafe @DefaultAnnotation(value=edu.umd.cs.findbugs.annotations.NonNull.class) final class FsOperationContext extends Object
FsContextController operation in progress.FsContextController| Modifier and Type | Field and Description |
|---|---|
private BitField<FsOutputOption> |
outputOptions |
| Constructor and Description |
|---|
FsOperationContext() |
| 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.
|
(package private) void |
setOutputOptions(BitField<FsOutputOption> outputOptions)
Sets the options for the output operation in progress.
|
String |
toString()
Returns a string representation of this object for debugging and logging
purposes.
|
@Nullable private 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)void setOutputOptions(@Nullable BitField<FsOutputOption> outputOptions)
outputOptions - the options for the output operation in progress.getOutputOptions()Copyright © 2004-2011 Schlichtherle IT Services. All Rights Reserved.