Spring Integration

org.springframework.integration.file.remote
Class RemoteFileUtils

java.lang.Object
  extended by org.springframework.integration.file.remote.RemoteFileUtils

public class RemoteFileUtils
extends java.lang.Object

Utility methods for supporting remote file operations.

Since:
3.0
Author:
Gary Russell

Method Summary
static
<F> void
makeDirectories(java.lang.String path, Session<F> session, java.lang.String remoteFileSeparator, org.apache.commons.logging.Log logger)
          Recursively create remote directories.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

makeDirectories

public static <F> void makeDirectories(java.lang.String path,
                                       Session<F> session,
                                       java.lang.String remoteFileSeparator,
                                       org.apache.commons.logging.Log logger)
                            throws java.io.IOException
Recursively create remote directories.

Type Parameters:
F - The session type.
Parameters:
path - The directory path.
session - The session.
Throws:
java.io.IOException

Spring Integration