edu.isi.pegasus.gridftp
public class ListCommand extends Command
Modifier and Type | Field and Description |
---|---|
private boolean |
dotfiles |
private org.apache.commons.logging.Log |
logger |
private boolean |
longFormat |
connectionCache, credential
Constructor and Description |
---|
ListCommand(boolean longFormat,
boolean dotfiles) |
Modifier and Type | Method and Description |
---|---|
static ListCommand |
fromArguments(List<String> args) |
protected void |
run(GridFTPURL url) |
private org.apache.commons.logging.Log logger
private boolean longFormat
private boolean dotfiles
protected void run(GridFTPURL url) throws ConnectException, GridFTPException
run
in class Command
url
- The URL to operate onConnectException
GridFTPException
public static ListCommand fromArguments(List<String> args) throws IllegalArgumentException
IllegalArgumentException