public enum Resume extends Enum<Resume>
Enum Constant and Description |
---|
FILE_ATTRIBUTES
If the sizes of both files match, don't re-transfer.
|
FULL_CHECKSUM
If the full checksums of both files match, don't re-transfer.
|
OFF
Replace the file.
|
SPARSE_CHECKSUM
If the sparse checksums of both files match, don't re-transfer.
|
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
String |
toString() |
static Resume |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Resume[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Resume OFF
public static final Resume FILE_ATTRIBUTES
public static final Resume SPARSE_CHECKSUM
public static final Resume FULL_CHECKSUM
public static Resume[] values()
for (Resume c : Resume.values()) System.out.println(c);
public static Resume 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 getDescription()
Copyright © 2015 Aspera Inc.. All rights reserved.