クラス RemoteFileUtils

java.lang.ObjectSE
org.springframework.integration.file.remote.RemoteFileUtils

public final class RemoteFileUtils extends ObjectSE
リモートファイル操作をサポートするためのユーティリティメソッド。
導入:
3.0
作成者:
Gary Russell, Artem Bilan
  • メソッドの詳細

    • makeDirectories

      public static <F> void makeDirectories(StringSE path, Session<F> session, StringSE remoteFileSeparator, Log logger) throws IOExceptionSE
      リモートディレクトリを再帰的に作成します。
      型パラメーター:
      F - セッション型。
      パラメーター:
      path - ディレクトリパス。
      session - セッション。
      remoteFileSeparator - リモートファイル区切り文字。
      logger - ロガー。
      例外:
      IOExceptionSE - IOException。