Uses of Class
net.schmizz.sshj.sftp.FileMode.Type

Packages that use FileMode.Type
net.schmizz.sshj.sftp   
 

Uses of FileMode.Type in net.schmizz.sshj.sftp
 

Methods in net.schmizz.sshj.sftp that return FileMode.Type
static FileMode.Type FileMode.Type.fromMask(int mask)
           
 FileMode.Type FileMode.getType()
           
 FileMode.Type FileAttributes.getType()
           
 FileMode.Type SFTPClient.type(String path)
           
static FileMode.Type FileMode.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FileMode.Type[] FileMode.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.schmizz.sshj.sftp with parameters of type FileMode.Type
 FileAttributes.Builder FileAttributes.Builder.withType(FileMode.Type type)
           
 



Copyright © 2009-2012. All Rights Reserved.