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, @Nullable StringSE expressionArg) 提供された リモートファイルテンプレート、コマンド ('ls'、'get' など)、リモートパス (ファイルまたはディレクトリ) を決定する式を使用してインスタンスを構築します。AbstractRemoteFileOutboundGateway(SessionFactory<F> sessionFactory, AbstractRemoteFileOutboundGateway.Command command, @Nullable StringSE expression) 提供されたセッションファクトリ、コマンド ('ls'、'get' など)、リモートパス (ファイルまたはディレクトリ) を決定する式を使用してインスタンスを構築します。org.springframework.integration.ftp.dsl 内の AbstractRemoteFileOutboundGateway.Command 使用
型 AbstractRemoteFileOutboundGateway.Command のパラメーターを持つ org.springframework.integration.ftp.dsl のメソッド修飾子と型メソッド説明static FtpOutboundGatewaySpecFtp.outboundGateway(RemoteFileTemplate<org.apache.commons.net.ftp.FTPFile> remoteFileTemplate, AbstractRemoteFileOutboundGateway.Command command) static FtpOutboundGatewaySpecFtp.outboundGateway(RemoteFileTemplate<org.apache.commons.net.ftp.FTPFile> remoteFileTemplate, AbstractRemoteFileOutboundGateway.Command command, @Nullable StringSE expression) リモートパスのRemoteFileTemplate、AbstractRemoteFileOutboundGateway.Command、expressionに基づいてFtpOutboundGatewaySpecを生成します。static FtpOutboundGatewaySpecFtp.outboundGateway(SessionFactory<org.apache.commons.net.ftp.FTPFile> sessionFactory, AbstractRemoteFileOutboundGateway.Command command) static FtpOutboundGatewaySpecFtp.outboundGateway(SessionFactory<org.apache.commons.net.ftp.FTPFile> sessionFactory, AbstractRemoteFileOutboundGateway.Command command, @Nullable StringSE expression) リモートパスのSessionFactory、AbstractRemoteFileOutboundGateway.Command、expressionに基づいてFtpOutboundGatewaySpecを生成します。org.springframework.integration.sftp.dsl 内の AbstractRemoteFileOutboundGateway.Command 使用
型 AbstractRemoteFileOutboundGateway.Command のパラメーターを持つ org.springframework.integration.sftp.dsl のメソッド修飾子と型メソッド説明static SftpOutboundGatewaySpecSftp.outboundGateway(RemoteFileTemplate<org.apache.sshd.sftp.client.SftpClient.DirEntry> remoteFileTemplate, AbstractRemoteFileOutboundGateway.Command command) static SftpOutboundGatewaySpecSftp.outboundGateway(RemoteFileTemplate<org.apache.sshd.sftp.client.SftpClient.DirEntry> remoteFileTemplate, AbstractRemoteFileOutboundGateway.Command command, @Nullable StringSE expression) リモートパスのRemoteFileTemplate、AbstractRemoteFileOutboundGateway.Command、expressionに基づいてSftpOutboundGatewaySpecを生成します。static SftpOutboundGatewaySpecSftp.outboundGateway(SessionFactory<org.apache.sshd.sftp.client.SftpClient.DirEntry> sessionFactory, AbstractRemoteFileOutboundGateway.Command command) static SftpOutboundGatewaySpecSftp.outboundGateway(SessionFactory<org.apache.sshd.sftp.client.SftpClient.DirEntry> sessionFactory, AbstractRemoteFileOutboundGateway.Command command, @Nullable StringSE expression) remoteFilePath のSessionFactory、AbstractRemoteFileOutboundGateway.Command、expressionに基づいてSftpOutboundGatewaySpecを生成します。org.springframework.integration.smb.dsl 内の AbstractRemoteFileOutboundGateway.Command 使用
型 AbstractRemoteFileOutboundGateway.Command のパラメーターを持つ org.springframework.integration.smb.dsl のメソッド修飾子と型メソッド説明static SmbOutboundGatewaySpecSmb.outboundGateway(RemoteFileTemplate<org.codelibs.jcifs.smb.impl.SmbFile> remoteFileTemplate, AbstractRemoteFileOutboundGateway.Command command) static SmbOutboundGatewaySpecSmb.outboundGateway(RemoteFileTemplate<org.codelibs.jcifs.smb.impl.SmbFile> remoteFileTemplate, AbstractRemoteFileOutboundGateway.Command command, @Nullable StringSE expression) remoteFilePath のRemoteFileTemplate、AbstractRemoteFileOutboundGateway.Command、expressionに基づいてSmbOutboundGatewaySpecを生成します。static SmbOutboundGatewaySpecSmb.outboundGateway(SessionFactory<org.codelibs.jcifs.smb.impl.SmbFile> sessionFactory, AbstractRemoteFileOutboundGateway.Command command) static SmbOutboundGatewaySpecSmb.outboundGateway(SessionFactory<org.codelibs.jcifs.smb.impl.SmbFile> sessionFactory, AbstractRemoteFileOutboundGateway.Command command, @Nullable StringSE expression) リモートパスのSessionFactory、AbstractRemoteFileOutboundGateway.Command、expressionに基づいてSmbOutboundGatewaySpecを生成します。