Uses of Class
net.schmizz.sshj.sftp.FileAttributes

Packages that use FileAttributes
net.schmizz.sshj.sftp   
 

Uses of FileAttributes in net.schmizz.sshj.sftp
 

Fields in net.schmizz.sshj.sftp declared as FileAttributes
static FileAttributes FileAttributes.EMPTY
           
 

Methods in net.schmizz.sshj.sftp that return FileAttributes
 FileAttributes FileAttributes.Builder.build()
           
 FileAttributes RemoteFile.fetchAttributes()
           
 FileAttributes RemoteResourceInfo.getAttributes()
           
 FileAttributes StatefulSFTPClient.lstat(String path)
           
 FileAttributes SFTPEngine.lstat(String path)
           
 FileAttributes SFTPClient.lstat(String path)
           
 FileAttributes SFTPPacket.readFileAttributes()
           
protected  FileAttributes SFTPEngine.stat(PacketType pt, String path)
           
 FileAttributes StatefulSFTPClient.stat(String path)
           
 FileAttributes SFTPEngine.stat(String path)
           
 FileAttributes SFTPClient.stat(String path)
           
 FileAttributes StatefulSFTPClient.statExistence(String path)
           
 FileAttributes SFTPClient.statExistence(String path)
           
 

Methods in net.schmizz.sshj.sftp with parameters of type FileAttributes
 void SFTPEngine.makeDir(String path, FileAttributes attrs)
           
 RemoteFile StatefulSFTPClient.open(String filename, Set<OpenMode> mode, FileAttributes attrs)
           
 RemoteFile SFTPEngine.open(String path, Set<OpenMode> modes, FileAttributes fa)
           
 RemoteFile SFTPClient.open(String filename, Set<OpenMode> mode, FileAttributes attrs)
           
 T SFTPPacket.putFileAttributes(FileAttributes fa)
           
 void StatefulSFTPClient.setattr(String path, FileAttributes attrs)
           
 void SFTPClient.setattr(String path, FileAttributes attrs)
           
 void RemoteFile.setAttributes(FileAttributes attrs)
           
 void SFTPEngine.setAttributes(String path, FileAttributes attrs)
           
 

Constructors in net.schmizz.sshj.sftp with parameters of type FileAttributes
RemoteResourceInfo(PathComponents comps, FileAttributes attrs)
           
 



Copyright © 2009-2012. All Rights Reserved.