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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileSystemUtil
public FileSystemUtil()
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