Enum クラスの使用箇所
org.springframework.integration.file.remote.gateway.AbstractRemoteFileOutboundGateway.Command
AbstractRemoteFileOutboundGateway.Command を使用するパッケージ
パッケージ
説明
リモートファイルゲートウェイをサポートするクラスを提供します。
Java DSL の FTP コンポーネントを提供します。
Java DSL 用の SFTP コンポーネントを提供します。
JavaDSL 用の SMB コンポーネントを提供します。
org.springframework.integration.file.remote.gateway 内の AbstractRemoteFileOutboundGateway.Command 使用
org.springframework.integration.file.remote.gateway 内の AbstractRemoteFileOutboundGateway.Command 型の型引数を持つサブクラスAbstractRemoteFileOutboundGateway.Command を返す org.springframework.integration.file.remote.gateway のメソッド修飾子と型メソッド説明指定された名前でこのクラスの列挙型定数を返します。AbstractRemoteFileOutboundGateway.Command.values()
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。型 AbstractRemoteFileOutboundGateway.Command のパラメーターを持つ org.springframework.integration.file.remote.gateway のコンストラクター修飾子コンストラクター説明AbstractRemoteFileOutboundGateway
(RemoteFileTemplate<F> remoteFileTemplate, AbstractRemoteFileOutboundGateway.Command command, StringSE expressionArg) 提供された リモートファイルテンプレート、コマンド ('ls'、'get' など)、リモートパス (ファイルまたはディレクトリ) を決定する式を使用してインスタンスを構築します。AbstractRemoteFileOutboundGateway
(SessionFactory<F> sessionFactory, AbstractRemoteFileOutboundGateway.Command command, StringSE expression) 提供されたセッションファクトリ、コマンド ('ls'、'get' など)、リモートパス (ファイルまたはディレクトリ) を決定する式を使用してインスタンスを構築します。org.springframework.integration.ftp.dsl 内の AbstractRemoteFileOutboundGateway.Command 使用
型 AbstractRemoteFileOutboundGateway.Command のパラメーターを持つ org.springframework.integration.ftp.dsl のメソッド修飾子と型メソッド説明static FtpOutboundGatewaySpec
Ftp.outboundGateway
(RemoteFileTemplate<org.apache.commons.net.ftp.FTPFile> remoteFileTemplate, AbstractRemoteFileOutboundGateway.Command command) static FtpOutboundGatewaySpec
Ftp.outboundGateway
(RemoteFileTemplate<org.apache.commons.net.ftp.FTPFile> remoteFileTemplate, AbstractRemoteFileOutboundGateway.Command command, StringSE expression) リモートパスのRemoteFileTemplate
、AbstractRemoteFileOutboundGateway.Command
、expression
に基づいてFtpOutboundGatewaySpec
を生成します。static FtpOutboundGatewaySpec
Ftp.outboundGateway
(SessionFactory<org.apache.commons.net.ftp.FTPFile> sessionFactory, AbstractRemoteFileOutboundGateway.Command command) static FtpOutboundGatewaySpec
Ftp.outboundGateway
(SessionFactory<org.apache.commons.net.ftp.FTPFile> sessionFactory, AbstractRemoteFileOutboundGateway.Command command, StringSE expression) リモートパスのSessionFactory
、AbstractRemoteFileOutboundGateway.Command
、expression
に基づいてFtpOutboundGatewaySpec
を生成します。org.springframework.integration.sftp.dsl 内の AbstractRemoteFileOutboundGateway.Command 使用
型 AbstractRemoteFileOutboundGateway.Command のパラメーターを持つ org.springframework.integration.sftp.dsl のメソッド修飾子と型メソッド説明static SftpOutboundGatewaySpec
Sftp.outboundGateway
(RemoteFileTemplate<org.apache.sshd.sftp.client.SftpClient.DirEntry> remoteFileTemplate, AbstractRemoteFileOutboundGateway.Command command) static SftpOutboundGatewaySpec
Sftp.outboundGateway
(RemoteFileTemplate<org.apache.sshd.sftp.client.SftpClient.DirEntry> remoteFileTemplate, AbstractRemoteFileOutboundGateway.Command command, StringSE expression) リモートパスのRemoteFileTemplate
、AbstractRemoteFileOutboundGateway.Command
、expression
に基づいてSftpOutboundGatewaySpec
を生成します。static SftpOutboundGatewaySpec
Sftp.outboundGateway
(SessionFactory<org.apache.sshd.sftp.client.SftpClient.DirEntry> sessionFactory, AbstractRemoteFileOutboundGateway.Command command) static SftpOutboundGatewaySpec
Sftp.outboundGateway
(SessionFactory<org.apache.sshd.sftp.client.SftpClient.DirEntry> sessionFactory, AbstractRemoteFileOutboundGateway.Command command, StringSE expression) remoteFilePath のSessionFactory
、AbstractRemoteFileOutboundGateway.Command
、expression
に基づいてSftpOutboundGatewaySpec
を生成します。org.springframework.integration.smb.dsl 内の AbstractRemoteFileOutboundGateway.Command 使用
型 AbstractRemoteFileOutboundGateway.Command のパラメーターを持つ org.springframework.integration.smb.dsl のメソッド修飾子と型メソッド説明static SmbOutboundGatewaySpec
Smb.outboundGateway
(RemoteFileTemplate<jcifs.smb.SmbFile> remoteFileTemplate, AbstractRemoteFileOutboundGateway.Command command) static SmbOutboundGatewaySpec
Smb.outboundGateway
(RemoteFileTemplate<jcifs.smb.SmbFile> remoteFileTemplate, AbstractRemoteFileOutboundGateway.Command command, StringSE expression) remoteFilePath のRemoteFileTemplate
、AbstractRemoteFileOutboundGateway.Command
、expression
に基づいてSmbOutboundGatewaySpec
を生成します。static SmbOutboundGatewaySpec
Smb.outboundGateway
(SessionFactory<jcifs.smb.SmbFile> sessionFactory, AbstractRemoteFileOutboundGateway.Command command) static SmbOutboundGatewaySpec
Smb.outboundGateway
(SessionFactory<jcifs.smb.SmbFile> sessionFactory, AbstractRemoteFileOutboundGateway.Command command, StringSE expression) リモートパスのSessionFactory
、AbstractRemoteFileOutboundGateway.Command
、expression
に基づいてSmbOutboundGatewaySpec
を生成します。