クラス RemoteFileUtils
java.lang.ObjectSE
org.springframework.integration.file.remote.RemoteFileUtils
リモートファイル操作をサポートするためのユーティリティメソッド。
- 導入:
- 3.0
- 作成者:
- Gary Russell, Artem Bilan, Ngoc Nhan
メソッドのサマリー
修飾子と型メソッド説明static <F> void
makeDirectories
(StringSE path, Session<F> session, StringSE remoteFileSeparator, Log logger) リモートディレクトリを再帰的に作成します。
メソッドの詳細
makeDirectories
public static <F> void makeDirectories(StringSE path, Session<F> session, StringSE remoteFileSeparator, Log logger) throws IOExceptionSE リモートディレクトリを再帰的に作成します。- 型パラメーター:
F
- セッション型。- パラメーター:
path
- ディレクトリパス。session
- セッション。remoteFileSeparator
- リモートファイル区切り文字。logger
- ロガー。- 例外:
IOExceptionSE
- IOException。