public enum DeleteSource extends Enum<DeleteSource>
Enum Constant and Description |
---|
EMPTY_DIRECTORIES
Deprecated.
Remove empty directories on the source when transfer is finished.
|
FILES
Deprecated.
Remove source files but not directories when transfer is finished.
|
FILES_AND_DIRECTORIES
Deprecated.
Remove source files and empty directories on the source when transfer is finished.
|
OFF
Deprecated.
Don't delete sources.
|
Modifier and Type | Field and Description |
---|---|
static DeleteSource |
DEFAULT
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
toString()
Deprecated.
|
static DeleteSource |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static DeleteSource[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeleteSource FILES
public static final DeleteSource EMPTY_DIRECTORIES
public static final DeleteSource FILES_AND_DIRECTORIES
public static final DeleteSource OFF
public static final DeleteSource DEFAULT
public static DeleteSource[] values()
for (DeleteSource c : DeleteSource.values()) System.out.println(c);
public static DeleteSource valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<DeleteSource>
Copyright © 2015 Aspera Inc.. All rights reserved.