Uses of Class
com.jcraft.jsch.SftpATTRS

Packages that use SftpATTRS
com.jcraft.jsch   
 

Uses of SftpATTRS in com.jcraft.jsch
 

Methods in com.jcraft.jsch that return SftpATTRS
(package private) static SftpATTRS SftpATTRS.getATTR(Buffer buf)
           
 SftpATTRS ChannelSftp.LsEntry.getAttrs()
           
 SftpATTRS ChannelSftp.lstat(java.lang.String path)
           
 SftpATTRS ChannelSftp.stat(java.lang.String path)
           
 

Methods in com.jcraft.jsch with parameters of type SftpATTRS
(package private)  void ChannelSftp.LsEntry.setAttrs(SftpATTRS attrs)
           
 void ChannelSftp.setStat(java.lang.String path, SftpATTRS attr)
           
 

Constructors in com.jcraft.jsch with parameters of type SftpATTRS
ChannelSftp.LsEntry(java.lang.String filename, java.lang.String longname, SftpATTRS attrs)
           
 



Copyright 2006 jcraft. All Rights Reserved.