public static enum FtpsEndpointBuilderFactory.GenericFileExist extends Enum<FtpsEndpointBuilderFactory.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 FtpsEndpointBuilderFactory.GenericFileExist |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FtpsEndpointBuilderFactory.GenericFileExist[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FtpsEndpointBuilderFactory.GenericFileExist Override
public static final FtpsEndpointBuilderFactory.GenericFileExist Append
public static final FtpsEndpointBuilderFactory.GenericFileExist Fail
public static final FtpsEndpointBuilderFactory.GenericFileExist Ignore
public static final FtpsEndpointBuilderFactory.GenericFileExist Move
public static final FtpsEndpointBuilderFactory.GenericFileExist TryRename
public static FtpsEndpointBuilderFactory.GenericFileExist[] values()
for (FtpsEndpointBuilderFactory.GenericFileExist c : FtpsEndpointBuilderFactory.GenericFileExist.values()) System.out.println(c);
public static FtpsEndpointBuilderFactory.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