Modifier and Type | Class and Description |
---|---|
public static class | ExtendedOptions.
The internal version of a JDK-specific OpenOption, CopyOption or WatchEvent.Modifier. |
private static class |
Modifier and Type | Field and Description |
---|---|
public static final ExtendedOptions. | |
public static final ExtendedOptions. | |
private static final Map | |
public static final ExtendedOptions. | |
public static final ExtendedOptions. | |
public static final ExtendedOptions. | |
public static final ExtendedOptions. | |
public static final ExtendedOptions. | |
public static final ExtendedOptions. | |
public static final ExtendedOptions. |
Access | Constructor and Description |
---|---|
public |
DIRECT | back to summary |
---|---|
public static final ExtendedOptions. |
FILE_TREE | back to summary |
---|---|
public static final ExtendedOptions. |
internalToExternal | back to summary |
---|---|
private static final Map<ExtendedOptions. |
INTERRUPTIBLE | back to summary |
---|---|
public static final ExtendedOptions. |
NOSHARE_DELETE | back to summary |
---|---|
public static final ExtendedOptions. |
NOSHARE_READ | back to summary |
---|---|
public static final ExtendedOptions. |
NOSHARE_WRITE | back to summary |
---|---|
public static final ExtendedOptions. |
SENSITIVITY_HIGH | back to summary |
---|---|
public static final ExtendedOptions. |
SENSITIVITY_LOW | back to summary |
---|---|
public static final ExtendedOptions. |
SENSITIVITY_MEDIUM | back to summary |
---|---|
public static final ExtendedOptions. |
ExtendedOptions | back to summary |
---|---|
public ExtendedOptions() |
Access | Constructor and Description |
---|---|
pack-priv |
Modifier and Type | Method and Description |
---|---|
public boolean | |
public T | |
public void | |
public void | |
public void | |
public void | register(WatchEvent.
Register this internal option as a WatchEvent.Modifier with the given parameter. |
private void |
InternalOption | back to summary |
---|---|
pack-priv InternalOption() |
matches | back to summary |
---|---|
public boolean matches(Object option) Returns true if the given option (or modifier) maps to this internal option. |
parameter | back to summary |
---|---|
public T parameter() Returns the parameter object associated with this internal option.
|
register | back to summary |
---|---|
public void register(OpenOption option) Register this internal option as a OpenOption. |
register | back to summary |
---|---|
public void register(CopyOption option) Register this internal option as a CopyOption. |
register | back to summary |
---|---|
public void register(WatchEvent. Register this internal option as a WatchEvent.Modifier. |
register | back to summary |
---|---|
public void register(WatchEvent. Register this internal option as a WatchEvent.Modifier with the given parameter. |
registerInternal | back to summary |
---|---|
private void registerInternal(Object option, T param) |
Modifier and Type | Field and Description |
---|---|
private final Object | |
private final T |
Modifier and Type | Method and Description |
---|---|
pack-priv T |
option | back to summary |
---|---|
private final Object option |
param | back to summary |
---|---|
private final T param |
Wrapper | back to summary |
---|---|
pack-priv Wrapper(Object option, T param) |
parameter | back to summary |
---|---|
pack-priv T parameter() |