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 FileInfoFileInfo. fromLongFormat(java.lang.String longFormat)static FileInfoFileInfo. fromMlsxEntry(org.globus.ftp.MlsxEntry entry)static FileInfoFileInfo. fromShortFormat(java.lang.String shortFormat)FileInfoGridFTPConnection. 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 intFileInfo. compareTo(FileInfo other)
-