Uses of Class
net.schmizz.sshj.sftp.FileMode.Type
-
Packages that use FileMode.Type Package Description net.schmizz.sshj.sftp -
-
Uses of FileMode.Type in net.schmizz.sshj.sftp
Fields in net.schmizz.sshj.sftp declared as FileMode.Type Modifier and Type Field Description private FileMode.Type
FileMode. type
Methods in net.schmizz.sshj.sftp that return FileMode.Type Modifier and Type Method Description static FileMode.Type
FileMode.Type. fromMask(int mask)
FileMode.Type
FileAttributes. getType()
FileMode.Type
FileMode. getType()
FileMode.Type
SFTPClient. type(java.lang.String path)
static FileMode.Type
FileMode.Type. valueOf(java.lang.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 Modifier and Type Method Description FileAttributes.Builder
FileAttributes.Builder. withType(FileMode.Type type)
-