インターフェースの使用
org.springframework.integration.file.remote.RemoteFileOperations
パッケージ
説明
構成用のクラスを提供します。パーサー、名前空間ハンドラー、ファクトリ Bean。
リモートファイルをサポートするための基本パッケージ。
リモートファイルゲートウェイをサポートするクラスを提供します。
構成用のクラス(パーサー、名前空間ハンドラー)を提供します。
FTP ゲートウェイをサポートするクラスを提供します。
FTP セッションをサポートするクラスを提供します。
構成用のクラス(パーサー、名前空間ハンドラー)を提供します。
SFTP ゲートウェイをサポートするクラスを提供します。
SFTP セッションをサポートするクラスを提供します。
SMB 固有のファイルリストフィルタークラス。
SMB リモートセッション抽象化サポートクラス。
org.springframework.integration.file.config 内の RemoteFileOperations 使用
修飾子と型メソッド説明protected abstract ClassSE<? extends RemoteFileOperations<?>>
AbstractRemoteFileOutboundGatewayParser.getTemplateClass()
protected abstract ClassSE<? extends RemoteFileOperations<?>>
AbstractRemoteFileStreamingInboundChannelAdapterParser.getTemplateClass()
protected abstract ClassSE<? extends RemoteFileOperations<?>>
RemoteFileOutboundChannelAdapterParser.getTemplateClass()
修飾子と型メソッド説明static BeanDefinition
FileParserUtils.parseRemoteFileTemplate
(ElementSE element, ParserContext parserContext, boolean atLeastOneRemoteDirectoryAttributeRequired, ClassSE<? extends RemoteFileOperations<?>> templateClass) org.springframework.integration.file.remote 内の RemoteFileOperations 使用
修飾子と型メソッド説明RemoteFileOperations.OperationsCallback.doInOperations
(RemoteFileOperations<F> operations) テンプレート引数と呼び出しスレッドで操作が実行される限り、専用のリモートセッションを使用して任意の数の操作を実行します。org.springframework.integration.file.remote.gateway 内の RemoteFileOperations 使用
修飾子と型メソッド説明protected void
AbstractRemoteFileOutboundGateway.doChmod
(RemoteFileOperations<F> remoteFileOperations, StringSE path, int chmodToSet) 転送後にリモートファイルでモードを設定します。デフォルトの実装は何もしません。org.springframework.integration.ftp.config 内の RemoteFileOperations 使用
修飾子と型メソッド説明protected ClassSE<? extends RemoteFileOperations<?>>
FtpOutboundChannelAdapterParser.getTemplateClass()
protected ClassSE<? extends RemoteFileOperations<?>>
FtpOutboundGatewayParser.getTemplateClass()
protected ClassSE<? extends RemoteFileOperations<?>>
FtpStreamingInboundChannelAdapterParser.getTemplateClass()
org.springframework.integration.ftp.gateway 内の RemoteFileOperations 使用
修飾子と型メソッド説明protected void
FtpOutboundGateway.doChmod
(RemoteFileOperations<org.apache.commons.net.ftp.FTPFile> remoteFileOperations, StringSE path, int chmod) org.springframework.integration.ftp.session 内の RemoteFileOperations 使用
修飾子と型クラス説明class
基になる FTPClient オブジェクトへの型安全なアクセスを提供するRemoteFileTemplate
の FTP バージョン。org.springframework.integration.sftp.config 内の RemoteFileOperations 使用
修飾子と型メソッド説明protected ClassSE<? extends RemoteFileOperations<?>>
SftpOutboundChannelAdapterParser.getTemplateClass()
protected ClassSE<? extends RemoteFileOperations<?>>
SftpOutboundGatewayParser.getTemplateClass()
protected ClassSE<? extends RemoteFileOperations<?>>
SftpStreamingInboundChannelAdapterParser.getTemplateClass()
org.springframework.integration.sftp.gateway 内の RemoteFileOperations 使用
修飾子と型メソッド説明protected void
SftpOutboundGateway.doChmod
(RemoteFileOperations<org.apache.sshd.sftp.client.SftpClient.DirEntry> remoteFileOperations, StringSE path, int chmod) org.springframework.integration.sftp.session 内の RemoteFileOperations 使用
修飾子と型クラス説明class
基になる ChannelSftp オブジェクトへの型安全アクセスを提供するRemoteFileTemplate
の SFTP バージョン。org.springframework.integration.smb.config 内の RemoteFileOperations 使用
修飾子と型メソッド説明protected ClassSE<? extends RemoteFileOperations<?>>
SmbOutboundChannelAdapterParser.getTemplateClass()
protected ClassSE<? extends RemoteFileOperations<?>>
SmbOutboundGatewayParser.getTemplateClass()
protected ClassSE<? extends RemoteFileOperations<?>>
SmbStreamingInboundChannelAdapterParser.getTemplateClass()
org.springframework.integration.smb.session 内の RemoteFileOperations 使用