Uses of Class
edu.isi.pegasus.gridftp.FileInfo
-
Packages that use FileInfo Package Description edu.isi.pegasus.gridftp -
-
Uses of FileInfo in edu.isi.pegasus.gridftp
Methods in edu.isi.pegasus.gridftp that return FileInfo Modifier and Type Method Description static FileInfo
FileInfo. fromLongFormat(java.lang.String longFormat)
static FileInfo
FileInfo. fromMlsxEntry(org.globus.ftp.MlsxEntry entry)
static FileInfo
FileInfo. fromShortFormat(java.lang.String shortFormat)
FileInfo
GridFTPConnection. stat(java.lang.String path)
Return information about pathMethods in edu.isi.pegasus.gridftp that return types with arguments of type FileInfo Modifier and Type Method Description java.util.List<FileInfo>
GridFTPConnection. ll(java.lang.String path)
List contents of path in long formatjava.util.List<FileInfo>
GridFTPConnection. ls(java.lang.String path)
List contents of path in short (filename only) formatprivate java.util.List<FileInfo>
GridFTPConnection. ls(java.lang.String path, boolean longFormat)
List contents of path.Methods in edu.isi.pegasus.gridftp with parameters of type FileInfo Modifier and Type Method Description int
FileInfo. compareTo(FileInfo other)
-