public final class Ftp extends ObjectSE
修飾子と型 | メソッドと説明 |
---|---|
static FtpInboundChannelAdapterSpec | inboundAdapter(SessionFactory<org.apache.commons.net.ftp.FTPFile> sessionFactory) 受信・チャネルアダプター仕様の FtpInboundChannelAdapterSpec ファクトリ。 |
static FtpInboundChannelAdapterSpec | inboundAdapter(SessionFactory<org.apache.commons.net.ftp.FTPFile> sessionFactory, ComparatorSE<FileSE> receptionOrderComparator) 受信・チャネルアダプター仕様の FtpInboundChannelAdapterSpec ファクトリ。 |
static FtpStreamingInboundChannelAdapterSpec | inboundStreamingAdapter(RemoteFileTemplate<org.apache.commons.net.ftp.FTPFile> remoteFileTemplate) 受信・チャネルアダプター仕様の FtpStreamingInboundChannelAdapterSpec ファクトリ。 |
static FtpStreamingInboundChannelAdapterSpec | inboundStreamingAdapter(RemoteFileTemplate<org.apache.commons.net.ftp.FTPFile> remoteFileTemplate, ComparatorSE<org.apache.commons.net.ftp.FTPFile> receptionOrderComparator) 受信・チャネルアダプター仕様の FtpStreamingInboundChannelAdapterSpec ファクトリ。 |
static FtpMessageHandlerSpec | outboundAdapter(FtpRemoteFileTemplate ftpRemoteFileTemplate) 送信・チャネルアダプター仕様の FtpMessageHandlerSpec ファクトリ。 |
static FtpMessageHandlerSpec | outboundAdapter(FtpRemoteFileTemplate ftpRemoteFileTemplate, FileExistsMode fileExistsMode) 送信・チャネルアダプター仕様の FtpMessageHandlerSpec ファクトリ。 |
static FtpMessageHandlerSpec | outboundAdapter(RemoteFileTemplate<org.apache.commons.net.ftp.FTPFile> remoteFileTemplate) 使用すべきではありません。 |
static FtpMessageHandlerSpec | outboundAdapter(RemoteFileTemplate<org.apache.commons.net.ftp.FTPFile> remoteFileTemplate, FileExistsMode fileExistsMode) 使用すべきではありません。 |
static FtpMessageHandlerSpec | outboundAdapter(SessionFactory<org.apache.commons.net.ftp.FTPFile> sessionFactory) 送信・チャネルアダプター仕様の FtpMessageHandlerSpec ファクトリ。 |
static FtpMessageHandlerSpec | outboundAdapter(SessionFactory<org.apache.commons.net.ftp.FTPFile> sessionFactory, FileExistsMode fileExistsMode) 送信・チャネルアダプター仕様の FtpMessageHandlerSpec ファクトリ。 |
static FtpOutboundGatewaySpec | outboundGateway(RemoteFileTemplate<org.apache.commons.net.ftp.FTPFile> remoteFileTemplate, AbstractRemoteFileOutboundGateway.Command command, StringSE expression) remoteFilePath の RemoteFileTemplate 、AbstractRemoteFileOutboundGateway.Command 、expression に基づいて FtpOutboundGatewaySpec を生成します。 |
static FtpOutboundGatewaySpec | outboundGateway(RemoteFileTemplate<org.apache.commons.net.ftp.FTPFile> remoteFileTemplate, StringSE command, StringSE expression) remoteFilePath の RemoteFileTemplate 、AbstractRemoteFileOutboundGateway.Command 、expression に基づいて FtpOutboundGatewaySpec を生成します。 |
static FtpOutboundGatewaySpec | outboundGateway(SessionFactory<org.apache.commons.net.ftp.FTPFile> sessionFactory, AbstractRemoteFileOutboundGateway.Command command, StringSE expression) remoteFilePath の SessionFactory 、AbstractRemoteFileOutboundGateway.Command 、expression に基づいて FtpOutboundGatewaySpec を生成します。 |
static FtpOutboundGatewaySpec | outboundGateway(SessionFactory<org.apache.commons.net.ftp.FTPFile> sessionFactory, MessageSessionCallback<org.apache.commons.net.ftp.FTPFile,?> messageSessionCallback) MessageSessionCallback に基づいて FtpOutboundGatewaySpec を作成します。 |
static FtpOutboundGatewaySpec | outboundGateway(SessionFactory<org.apache.commons.net.ftp.FTPFile> sessionFactory, StringSE command, StringSE expression) remoteFilePath の SessionFactory 、AbstractRemoteFileOutboundGateway.Command 、expression に基づいて FtpOutboundGatewaySpec を生成します。 |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSE
public static FtpInboundChannelAdapterSpec inboundAdapter(SessionFactory<org.apache.commons.net.ftp.FTPFile> sessionFactory)
FtpInboundChannelAdapterSpec
ファクトリ。sessionFactory
- セッションファクトリ。public static FtpInboundChannelAdapterSpec inboundAdapter(SessionFactory<org.apache.commons.net.ftp.FTPFile> sessionFactory, ComparatorSE<FileSE> receptionOrderComparator)
FtpInboundChannelAdapterSpec
ファクトリ。sessionFactory
- セッションファクトリ。receptionOrderComparator
- コンパレータ。public static FtpStreamingInboundChannelAdapterSpec inboundStreamingAdapter(RemoteFileTemplate<org.apache.commons.net.ftp.FTPFile> remoteFileTemplate)
FtpStreamingInboundChannelAdapterSpec
ファクトリ。remoteFileTemplate
- リモートファイルテンプレート。public static FtpStreamingInboundChannelAdapterSpec inboundStreamingAdapter(RemoteFileTemplate<org.apache.commons.net.ftp.FTPFile> remoteFileTemplate, ComparatorSE<org.apache.commons.net.ftp.FTPFile> receptionOrderComparator)
FtpStreamingInboundChannelAdapterSpec
ファクトリ。remoteFileTemplate
- リモートファイルテンプレート。receptionOrderComparator
- コンパレータ。public static FtpMessageHandlerSpec outboundAdapter(SessionFactory<org.apache.commons.net.ftp.FTPFile> sessionFactory)
FtpMessageHandlerSpec
ファクトリ。sessionFactory
- セッションファクトリ。public static FtpMessageHandlerSpec outboundAdapter(SessionFactory<org.apache.commons.net.ftp.FTPFile> sessionFactory, FileExistsMode fileExistsMode)
FtpMessageHandlerSpec
ファクトリ。sessionFactory
- セッションファクトリ。fileExistsMode
- ファイル存在モード。@DeprecatedSE public static FtpMessageHandlerSpec outboundAdapter(RemoteFileTemplate<org.apache.commons.net.ftp.FTPFile> remoteFileTemplate)
FtpMessageHandlerSpec
ファクトリ。remoteFileTemplate
- リモートファイルテンプレート。@DeprecatedSE public static FtpMessageHandlerSpec outboundAdapter(RemoteFileTemplate<org.apache.commons.net.ftp.FTPFile> remoteFileTemplate, FileExistsMode fileExistsMode)
FtpMessageHandlerSpec
ファクトリ。remoteFileTemplate
- リモートファイルテンプレート。fileExistsMode
- ファイル存在モード。public static FtpMessageHandlerSpec outboundAdapter(FtpRemoteFileTemplate ftpRemoteFileTemplate)
FtpMessageHandlerSpec
ファクトリ。ftpRemoteFileTemplate
- リモートファイルテンプレート。public static FtpMessageHandlerSpec outboundAdapter(FtpRemoteFileTemplate ftpRemoteFileTemplate, FileExistsMode fileExistsMode)
FtpMessageHandlerSpec
ファクトリ。ftpRemoteFileTemplate
- リモートファイルテンプレート。fileExistsMode
- ファイル存在モード。public static FtpOutboundGatewaySpec outboundGateway(SessionFactory<org.apache.commons.net.ftp.FTPFile> sessionFactory, AbstractRemoteFileOutboundGateway.Command command, StringSE expression)
SessionFactory
、AbstractRemoteFileOutboundGateway.Command
、expression
に基づいて FtpOutboundGatewaySpec
を生成します。sessionFactory
- SessionFactory
command
- FTP で実行するコマンド。expression
- remoteFilePath SpEL 式。FtpOutboundGatewaySpec
public static FtpOutboundGatewaySpec outboundGateway(SessionFactory<org.apache.commons.net.ftp.FTPFile> sessionFactory, StringSE command, StringSE expression)
SessionFactory
、AbstractRemoteFileOutboundGateway.Command
、expression
に基づいて FtpOutboundGatewaySpec
を生成します。sessionFactory
- SessionFactory
command
- FTP で実行するコマンド。expression
- remoteFilePath SpEL 式。FtpOutboundGatewaySpec
RemoteFileTemplate
public static FtpOutboundGatewaySpec outboundGateway(RemoteFileTemplate<org.apache.commons.net.ftp.FTPFile> remoteFileTemplate, AbstractRemoteFileOutboundGateway.Command command, StringSE expression)
RemoteFileTemplate
、AbstractRemoteFileOutboundGateway.Command
、expression
に基づいて FtpOutboundGatewaySpec
を生成します。remoteFileTemplate
- RemoteFileTemplate
command
- FTP で実行するコマンド。expression
- remoteFilePath SpEL 式。FtpOutboundGatewaySpec
RemoteFileTemplate
public static FtpOutboundGatewaySpec outboundGateway(RemoteFileTemplate<org.apache.commons.net.ftp.FTPFile> remoteFileTemplate, StringSE command, StringSE expression)
RemoteFileTemplate
、AbstractRemoteFileOutboundGateway.Command
、expression
に基づいて FtpOutboundGatewaySpec
を生成します。remoteFileTemplate
- RemoteFileTemplate
command
- FTP で実行するコマンド。expression
- remoteFilePath SpEL 式。FtpOutboundGatewaySpec
RemoteFileTemplate
public static FtpOutboundGatewaySpec outboundGateway(SessionFactory<org.apache.commons.net.ftp.FTPFile> sessionFactory, MessageSessionCallback<org.apache.commons.net.ftp.FTPFile,?> messageSessionCallback)
MessageSessionCallback
に基づいて FtpOutboundGatewaySpec
を作成します。sessionFactory
- 接続する SessionFactory
messageSessionCallback
- Message
コンテキストで SFTP 操作を実行するための MessageSessionCallback
。FtpOutboundGatewaySpec
MessageSessionCallback