Package com.jcraft.jsch
Class ChannelSftp.LsEntry
- java.lang.Object
-
- com.jcraft.jsch.ChannelSftp.LsEntry
-
- All Implemented Interfaces:
Comparable
- Enclosing class:
- ChannelSftp
public class ChannelSftp.LsEntry extends Object implements Comparable
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(Object o)
SftpATTRS
getAttrs()
String
getFilename()
String
getLongname()
String
toString()
-
-
-
Method Detail
-
getFilename
public String getFilename()
-
getLongname
public String getLongname()
-
getAttrs
public SftpATTRS getAttrs()
-
compareTo
public int compareTo(Object o) throws ClassCastException
- Specified by:
compareTo
in interfaceComparable
- Throws:
ClassCastException
-
-