public static enum MoveOptions.StandardMoveOptions extends java.lang.Enum<MoveOptions.StandardMoveOptions> implements MoveOptions
MoveOptions
.MoveOptions.StandardMoveOptions
Enum Constant and Description |
---|
IGNORE_MISSING_FILES |
SKIP_IF_DESTINATION_EXISTS |
Modifier and Type | Method and Description |
---|---|
static MoveOptions.StandardMoveOptions |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MoveOptions.StandardMoveOptions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MoveOptions.StandardMoveOptions IGNORE_MISSING_FILES
public static final MoveOptions.StandardMoveOptions SKIP_IF_DESTINATION_EXISTS
public static MoveOptions.StandardMoveOptions[] values()
for (MoveOptions.StandardMoveOptions c : MoveOptions.StandardMoveOptions.values()) System.out.println(c);
public static MoveOptions.StandardMoveOptions valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null