|
Spring Integration | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<AbstractRemoteFileOutboundGateway.Command>
org.springframework.integration.file.remote.gateway.AbstractRemoteFileOutboundGateway.Command
public static enum AbstractRemoteFileOutboundGateway.Command
Enumeration of commands supported by the gateways.
| Enum Constant Summary | |
|---|---|
GET
Retrieve a remote file. |
|
LS
List remote files. |
|
MGET
Retrieve multiple files matching a wildcard path. |
|
MV
Move (rename) a remote file. |
|
RM
Remove a remote file (path - including wildcards). |
|
| Method Summary | |
|---|---|
java.lang.String |
getCommand()
|
static AbstractRemoteFileOutboundGateway.Command |
toCommand(java.lang.String cmd)
|
static AbstractRemoteFileOutboundGateway.Command |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AbstractRemoteFileOutboundGateway.Command[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final AbstractRemoteFileOutboundGateway.Command LS
public static final AbstractRemoteFileOutboundGateway.Command GET
public static final AbstractRemoteFileOutboundGateway.Command RM
public static final AbstractRemoteFileOutboundGateway.Command MGET
public static final AbstractRemoteFileOutboundGateway.Command MV
| Method Detail |
|---|
public static AbstractRemoteFileOutboundGateway.Command[] values()
for (AbstractRemoteFileOutboundGateway.Command c : AbstractRemoteFileOutboundGateway.Command.values()) System.out.println(c);
public static AbstractRemoteFileOutboundGateway.Command 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 name
java.lang.NullPointerException - if the argument is nullpublic java.lang.String getCommand()
public static AbstractRemoteFileOutboundGateway.Command toCommand(java.lang.String cmd)
|
Spring Integration | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||