インターフェースの使用
org.springframework.integration.file.remote.RemoteFileOperations
RemoteFileOperations を使用するパッケージ
パッケージ
説明
構成用のクラスを提供します。パーサー、名前空間ハンドラー、ファクトリ Bean。
リモートファイルをサポートするための基本パッケージ。
リモートファイルゲートウェイをサポートするクラスを提供します。
構成用のクラス(パーサー、名前空間ハンドラー)を提供します。
FTP 発信チャネルアダプターのクラスを提供します。
FTP セッションをサポートするクラスを提供します。
構成用のクラス(パーサー、名前空間ハンドラー)を提供します。
SFTP 発信チャネルアダプターのクラスを提供します。
SFTP セッションをサポートするクラスを提供します。
SMB 固有のファイルリストフィルタークラス。
SMB リモートセッション抽象化サポートクラス。
org.springframework.integration.file.config 内の RemoteFileOperations 使用
型 RemoteFileOperations の引数を持つ型を返す org.springframework.integration.file.config のメソッド修飾子と型メソッド説明protected abstract ClassSE<? extends RemoteFileOperations<?>> AbstractRemoteFileOutboundGatewayParser.getTemplateClass()protected abstract ClassSE<? extends RemoteFileOperations<?>> AbstractRemoteFileStreamingInboundChannelAdapterParser.getTemplateClass()protected abstract ClassSE<? extends RemoteFileOperations<?>> RemoteFileOutboundChannelAdapterParser.getTemplateClass()型 RemoteFileOperations の型引数を持つ org.springframework.integration.file.config のメソッドパラメーター修飾子と型メソッド説明static BeanDefinitionFileParserUtils.parseRemoteFileTemplate(ElementSE element, ParserContext parserContext, boolean atLeastOneRemoteDirectoryAttributeRequired, ClassSE<? extends RemoteFileOperations<?>> templateClass) org.springframework.integration.file.remote 内の RemoteFileOperations 使用
型 RemoteFileOperations のパラメーターを持つ org.springframework.integration.file.remote のメソッド修飾子と型メソッド説明@Nullable TRemoteFileOperations.OperationsCallback.doInOperations(RemoteFileOperations<F> operations) テンプレート引数と呼び出しスレッドで操作が実行される限り、専用のリモートセッションを使用して任意の数の操作を実行します。org.springframework.integration.file.remote.gateway 内の RemoteFileOperations 使用
型 RemoteFileOperations のパラメーターを持つ org.springframework.integration.file.remote.gateway のメソッド修飾子と型メソッド説明protected voidAbstractRemoteFileOutboundGateway.doChmod(RemoteFileOperations<F> remoteFileOperations, StringSE path, int chmodToSet) 転送後にリモートファイルでモードを設定します。デフォルトの実装は何もしません。org.springframework.integration.ftp.config 内の RemoteFileOperations 使用
型 RemoteFileOperations の引数を持つ型を返す org.springframework.integration.ftp.config のメソッド修飾子と型メソッド説明protected ClassSE<? extends RemoteFileOperations<?>> FtpOutboundChannelAdapterParser.getTemplateClass()protected ClassSE<? extends RemoteFileOperations<?>> FtpOutboundGatewayParser.getTemplateClass()protected ClassSE<? extends RemoteFileOperations<?>> FtpStreamingInboundChannelAdapterParser.getTemplateClass()org.springframework.integration.ftp.outbound 内の RemoteFileOperations 使用
型 RemoteFileOperations のパラメーターを持つ org.springframework.integration.ftp.outbound のメソッド修飾子と型メソッド説明protected voidFtpOutboundGateway.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 使用
型 RemoteFileOperations の引数を持つ型を返す org.springframework.integration.sftp.config のメソッド修飾子と型メソッド説明protected ClassSE<? extends RemoteFileOperations<?>> SftpOutboundChannelAdapterParser.getTemplateClass()protected ClassSE<? extends RemoteFileOperations<?>> SftpOutboundGatewayParser.getTemplateClass()protected ClassSE<? extends RemoteFileOperations<?>> SftpStreamingInboundChannelAdapterParser.getTemplateClass()org.springframework.integration.sftp.outbound 内の RemoteFileOperations 使用
型 RemoteFileOperations のパラメーターを持つ org.springframework.integration.sftp.outbound のメソッド修飾子と型メソッド説明protected voidSftpOutboundGateway.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 使用
型 RemoteFileOperations の引数を持つ型を返す org.springframework.integration.smb.config のメソッド修飾子と型メソッド説明protected ClassSE<? extends RemoteFileOperations<?>> SmbOutboundChannelAdapterParser.getTemplateClass()protected ClassSE<? extends RemoteFileOperations<?>> SmbOutboundGatewayParser.getTemplateClass()protected ClassSE<? extends RemoteFileOperations<?>> SmbStreamingInboundChannelAdapterParser.getTemplateClass()org.springframework.integration.smb.session 内の RemoteFileOperations 使用