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.TypeFileMode. typeMethods in net.schmizz.sshj.sftp that return FileMode.Type Modifier and Type Method Description static FileMode.TypeFileMode.Type. fromMask(int mask)FileMode.TypeFileAttributes. getType()FileMode.TypeFileMode. getType()FileMode.TypeSFTPClient. type(java.lang.String path)static FileMode.TypeFileMode.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.BuilderFileAttributes.Builder. withType(FileMode.Type type)
-