public static enum AbstractRemoteFileOutboundGateway.Command extends EnumSE<AbstractRemoteFileOutboundGateway.Command>
| 列挙型定数と説明 |
|---|
GET(取得)リモートファイルを取得します。 |
LS(ls)リモートファイルをリストします。 |
MGET(mget)ワイルドカードパスに一致する複数のファイルを取得します。 |
MPUT(mput)リモートシステムに複数のローカルファイルを配置します。 |
MV(mv)リモートファイルを移動(名前変更)します。 |
NLST(nlst)リモートファイル名をリストします。 |
PUT(put)ローカルファイルをリモートシステムに配置します。 |
RM(rm)リモートファイル(パス - ワイルドカードを含む)を削除します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
StringSE | getCommand() |
static AbstractRemoteFileOutboundGateway.Command | toCommand(StringSE cmd) |
static AbstractRemoteFileOutboundGateway.Command | valueOf(StringSE name) 指定された名前を持つこの型の列挙定数を返します。 |
static AbstractRemoteFileOutboundGateway.Command[] | values() この列挙型の定数を含む配列を、宣言されている順序で返します。 |
cloneSE, compareToSE, equalsSE, finalizeSE, getDeclaringClassSE, hashCodeSE, nameSE, ordinalSE, toStringSE, valueOfSEgetClassSE, notifySE, notifyAllSE, waitSE, waitSE, waitSEpublic static final AbstractRemoteFileOutboundGateway.Command LS
public static final AbstractRemoteFileOutboundGateway.Command NLST
public static final AbstractRemoteFileOutboundGateway.Command GET
public static final AbstractRemoteFileOutboundGateway.Command RM
public static final AbstractRemoteFileOutboundGateway.Command MGET
public static final AbstractRemoteFileOutboundGateway.Command MV
public static final AbstractRemoteFileOutboundGateway.Command PUT
public static final AbstractRemoteFileOutboundGateway.Command MPUT
public static AbstractRemoteFileOutboundGateway.Command[] values()
for (AbstractRemoteFileOutboundGateway.Command c : AbstractRemoteFileOutboundGateway.Command.values()) System.out.println(c);
public static AbstractRemoteFileOutboundGateway.Command valueOf(StringSE name)
name - 返される列挙定数の名前。IllegalArgumentExceptionSE - この列挙型に指定された名前の定数がない場合 NullPointerExceptionSE - 引数が null の場合 public StringSE getCommand()
public static AbstractRemoteFileOutboundGateway.Command toCommand(StringSE cmd)