com.jcraft.jsch
Class ChannelSftp.LsEntry

java.lang.Object
  extended by com.jcraft.jsch.ChannelSftp.LsEntry
All Implemented Interfaces:
Comparable
Enclosing class:
ChannelSftp

public class ChannelSftp.LsEntry
extends Object
implements Comparable


Method Summary
 int compareTo(Object o)
           
 SftpATTRS getAttrs()
           
 String getFilename()
           
 String getLongname()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getFilename

public String getFilename()

getLongname

public String getLongname()

getAttrs

public SftpATTRS getAttrs()

toString

public String toString()
Overrides:
toString in class Object

compareTo

public int compareTo(Object o)
              throws ClassCastException
Specified by:
compareTo in interface Comparable
Throws:
ClassCastException


Copyright © 2014 JCraft,Inc.. All Rights Reserved.