Uses of Class
com.jcraft.jsch.SftpATTRS
-
Packages that use SftpATTRS Package Description com.jcraft.jsch -
-
Uses of SftpATTRS in com.jcraft.jsch
Fields in com.jcraft.jsch declared as SftpATTRS Modifier and Type Field Description private SftpATTRSChannelSftp.LsEntry. attrsMethods in com.jcraft.jsch that return SftpATTRS Modifier and Type Method Description private SftpATTRSChannelSftp. _lstat(java.lang.String path)private SftpATTRSChannelSftp. _stat(byte[] path)private SftpATTRSChannelSftp. _stat(java.lang.String path)(package private) static SftpATTRSSftpATTRS. getATTR(Buffer buf)SftpATTRSChannelSftp.LsEntry. getAttrs()SftpATTRSChannelSftp. lstat(java.lang.String path)SftpATTRSChannelSftp. stat(java.lang.String path)Methods in com.jcraft.jsch with parameters of type SftpATTRS Modifier and Type Method Description private voidChannelSftp. _setStat(java.lang.String path, SftpATTRS attr)private voidChannelSftp. sendMKDIR(byte[] path, SftpATTRS attr)private voidChannelSftp. sendSETSTAT(byte[] path, SftpATTRS attr)(package private) voidChannelSftp.LsEntry. setAttrs(SftpATTRS attrs)voidChannelSftp. setStat(java.lang.String path, SftpATTRS attr)Constructors in com.jcraft.jsch with parameters of type SftpATTRS Constructor Description LsEntry(java.lang.String filename, java.lang.String longname, SftpATTRS attrs)
-