Uses of Class
edu.isi.pegasus.gridftp.GridFTPURL
-
Packages that use GridFTPURL Package Description edu.isi.pegasus.gridftp -
-
Uses of GridFTPURL in edu.isi.pegasus.gridftp
Methods in edu.isi.pegasus.gridftp that return types with arguments of type GridFTPURL Modifier and Type Method Description private static java.util.List<GridFTPURL>PegasusGridFTP. readURLs(java.io.File file)Methods in edu.isi.pegasus.gridftp with parameters of type GridFTPURL Modifier and Type Method Description GridFTPConnectionCommand. connect(GridFTPURL url)protected abstract voidCommand. run(GridFTPURL url)protected voidListCommand. run(GridFTPURL url)protected voidMakeDirectoryCommand. run(GridFTPURL url)protected voidRemoveCommand. run(GridFTPURL url)Method parameters in edu.isi.pegasus.gridftp with type arguments of type GridFTPURL Modifier and Type Method Description voidCommand. execute(java.util.List<GridFTPURL> urls)
-