| Package | Description |
|---|---|
| edu.isi.pegasus.gridftp |
| Modifier and Type | Method and Description |
|---|---|
static FileInfo |
FileInfo.fromLongFormat(String longFormat) |
static FileInfo |
FileInfo.fromMlsxEntry(org.globus.ftp.MlsxEntry entry) |
static FileInfo |
FileInfo.fromShortFormat(String shortFormat) |
FileInfo |
GridFTPConnection.stat(String path)
Return information about path
|
| Modifier and Type | Method and Description |
|---|---|
List<FileInfo> |
GridFTPConnection.ll(String path)
List contents of path in long format
|
List<FileInfo> |
GridFTPConnection.ls(String path)
List contents of path in short (filename only) format
|
private List<FileInfo> |
GridFTPConnection.ls(String path,
boolean longFormat)
List contents of path.
|
| Modifier and Type | Method and Description |
|---|---|
int |
FileInfo.compareTo(FileInfo other) |