public class ChannelSftp.LsEntry extends Object implements Comparable
ChannelSftp.ls(java.lang.String)
.Modifier and Type | Method and Description |
---|---|
int |
compareTo(Object o)
compares this LsEntry to another LsEntry,
alphabetically by filename.
|
SftpATTRS |
getAttrs()
return the attributes of the file.
|
String |
getFilename()
gets the file name of this file.
|
String |
getLongname()
returns the "longname" of a file.
|
String |
toString()
toString simply returns the
longname . |
public String getFilename()
public String getLongname()
public SftpATTRS getAttrs()
public int compareTo(Object o) throws ClassCastException
compareTo
in interface Comparable
ClassCastException
This is a simplified version of the inofficial Javadoc created by PaĆlo Ebermann. Have a look at the official homepage.