Uses of Class
com.jcraft.jsch.ChannelSftp.LsEntry
| Package | Description |
|---|---|
| com.jcraft.jsch |
-
Uses of ChannelSftp.LsEntry in com.jcraft.jsch
Methods in com.jcraft.jsch that return types with arguments of type ChannelSftp.LsEntry Modifier and Type Method Description java.util.Vector<ChannelSftp.LsEntry>ChannelSftp. ls(java.lang.String path)Methods in com.jcraft.jsch with parameters of type ChannelSftp.LsEntry Modifier and Type Method Description intChannelSftp.LsEntry. compareTo(ChannelSftp.LsEntry o)intChannelSftp.LsEntrySelector. select(ChannelSftp.LsEntry entry)Theselectmethod will be invoked inlsmethod for each file entry.