クラスの使用
org.springframework.integration.sftp.dsl.SftpOutboundGatewaySpec
SftpOutboundGatewaySpec を使用するパッケージ
org.springframework.integration.sftp.dsl 内の SftpOutboundGatewaySpec 使用
修飾子と型メソッド説明static SftpOutboundGatewaySpecSftp.outboundGateway(RemoteFileTemplate<org.apache.sshd.sftp.client.SftpClient.DirEntry> remoteFileTemplate, StringSE command) static SftpOutboundGatewaySpecSftp.outboundGateway(RemoteFileTemplate<org.apache.sshd.sftp.client.SftpClient.DirEntry> remoteFileTemplate, StringSE command, @Nullable StringSE expression) remoteFilePath のRemoteFileTemplate、AbstractRemoteFileOutboundGateway.Command、expressionに基づいてSftpOutboundGatewaySpecを生成します。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, StringSE command) static SftpOutboundGatewaySpecSftp.outboundGateway(SessionFactory<org.apache.sshd.sftp.client.SftpClient.DirEntry> sessionFactory, StringSE command, @Nullable StringSE expression) remoteFilePath のSessionFactory、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を生成します。static SftpOutboundGatewaySpecSftp.outboundGateway(SessionFactory<org.apache.sshd.sftp.client.SftpClient.DirEntry> sessionFactory, MessageSessionCallback<org.apache.sshd.sftp.client.SftpClient.DirEntry, ?> messageSessionCallback) MessageSessionCallbackに基づいてSftpOutboundGatewaySpecを作成します。SftpOutboundGatewaySpec.patternFileNameFilter(StringSE pattern) SftpOutboundGatewaySpec.regexFileNameFilter(StringSE regex)