@Immutable public final class FsAccessOptions extends Object
FsAccessOption| Modifier and Type | Field and Description |
|---|---|
static net.java.truecommons.shed.BitField<FsAccessOption> |
ACCESS_PREFERENCES_MASK
The mask of access preferences, which is
. |
static net.java.truecommons.shed.BitField<FsAccessOption> |
NONE
A bit field with no access options set.
|
| Modifier and Type | Method and Description |
|---|---|
static net.java.truecommons.shed.BitField<FsAccessOption> |
of(FsAccessOption... options)
Converts the given array to a bit field of output options.
|
public static final net.java.truecommons.shed.BitField<FsAccessOption> ACCESS_PREFERENCES_MASK
BitField.of(FsAccessOption.CACHE, FsAccessOption.CREATE_PARENTS, FsAccessOption.STORE, FsAccessOption.COMPRESS, FsAccessOption.GROW, FsAccessOption.ENCRYPT).public static final net.java.truecommons.shed.BitField<FsAccessOption> NONE
public static net.java.truecommons.shed.BitField<FsAccessOption> of(FsAccessOption... options)
options - an array of output options.Copyright © 2005–2018 Schlichtherle IT Services. All rights reserved.