public static enum FtpEndpointBuilderFactory.GenericFileExist extends Enum<FtpEndpointBuilderFactory.GenericFileExist>
org.apache.camel.component.file.GenericFileExist
enum.Enum Constant and Description |
---|
Append |
Fail |
Ignore |
Move |
Override |
TryRename |
Modifier and Type | Method and Description |
---|---|
static FtpEndpointBuilderFactory.GenericFileExist |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FtpEndpointBuilderFactory.GenericFileExist[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FtpEndpointBuilderFactory.GenericFileExist Override
public static final FtpEndpointBuilderFactory.GenericFileExist Append
public static final FtpEndpointBuilderFactory.GenericFileExist Fail
public static final FtpEndpointBuilderFactory.GenericFileExist Ignore
public static final FtpEndpointBuilderFactory.GenericFileExist Move
public static final FtpEndpointBuilderFactory.GenericFileExist TryRename
public static FtpEndpointBuilderFactory.GenericFileExist[] values()
for (FtpEndpointBuilderFactory.GenericFileExist c : FtpEndpointBuilderFactory.GenericFileExist.values()) System.out.println(c);
public static FtpEndpointBuilderFactory.GenericFileExist 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 nullApache Camel