org.globus.ogsa.impl.base.multirft.util
Class FileSystemUtil

java.lang.Object
  |
  +--org.globus.ogsa.impl.base.multirft.util.FileSystemUtil

public class FileSystemUtil
extends java.lang.Object


Constructor Summary
FileSystemUtil()
           
 
Method Summary
 void changeDir(java.lang.String dirString)
           
 java.util.Vector list()
           
 void makeDirectory(java.lang.String dir)
           
 void setGridFTPClient(org.globus.ftp.GridFTPClient gridFTPClient)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileSystemUtil

public FileSystemUtil()
Method Detail

setGridFTPClient

public void setGridFTPClient(org.globus.ftp.GridFTPClient gridFTPClient)

makeDirectory

public void makeDirectory(java.lang.String dir)
                   throws java.io.IOException,
                          org.globus.ftp.exception.ServerException
java.io.IOException
org.globus.ftp.exception.ServerException

changeDir

public void changeDir(java.lang.String dirString)
               throws java.io.IOException,
                      org.globus.ftp.exception.ServerException
java.io.IOException
org.globus.ftp.exception.ServerException

list

public java.util.Vector list()
                      throws org.globus.ftp.exception.ServerException,
                             org.globus.ftp.exception.ClientException,
                             java.io.IOException
org.globus.ftp.exception.ServerException
org.globus.ftp.exception.ClientException
java.io.IOException