org.jboss.soa.esb.util
Class RemoteFileSystemFactory

java.lang.Object
  extended by org.jboss.soa.esb.util.RemoteFileSystemFactory

public class RemoteFileSystemFactory
extends java.lang.Object


Method Summary
static RemoteFileSystem getRemoteFileSystem(FTPEpr p_oEpr, boolean p_bConnect)
          This method returns a RemoteFileSystem Implementation at runtime.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getRemoteFileSystem

public static RemoteFileSystem getRemoteFileSystem(FTPEpr p_oEpr,
                                                   boolean p_bConnect)
                                            throws RemoteFileSystemException
This method returns a RemoteFileSystem Implementation at runtime. The implementation depends on which protocol is specified in the URL of the RemoteFileSystem. We currently support "ftp" and "sftp" Refactoring related to JIRA Tasks: JBESB-127 and JBESB-197

Parameters:
p_oEpr -
p_bConnect -
Returns:
RemoteFileSystem
Throws:
RemoteFileSystemException