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 GridFTPConnection
Command. connect(GridFTPURL url)
protected abstract void
Command. run(GridFTPURL url)
protected void
ListCommand. run(GridFTPURL url)
protected void
MakeDirectoryCommand. run(GridFTPURL url)
protected void
RemoveCommand. run(GridFTPURL url)
Method parameters in edu.isi.pegasus.gridftp with type arguments of type GridFTPURL Modifier and Type Method Description void
Command. execute(java.util.List<GridFTPURL> urls)
-