Uses of Enum Class
net.schmizz.sshj.xfer.FilePermission
Packages that use FilePermission
-
Uses of FilePermission in net.schmizz.sshj.sftp
Fields in net.schmizz.sshj.sftp with type parameters of type FilePermissionMethods in net.schmizz.sshj.sftp that return types with arguments of type FilePermissionMethod parameters in net.schmizz.sshj.sftp with type arguments of type FilePermissionModifier and TypeMethodDescriptionFileAttributes.Builder.withPermissions
(Set<FilePermission> perms) -
Uses of FilePermission in net.schmizz.sshj.xfer
Methods in net.schmizz.sshj.xfer that return FilePermissionModifier and TypeMethodDescriptionstatic FilePermission
Returns the enum constant of this class with the specified name.static FilePermission[]
FilePermission.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.schmizz.sshj.xfer that return types with arguments of type FilePermissionMethod parameters in net.schmizz.sshj.xfer with type arguments of type FilePermissionConstructors in net.schmizz.sshj.xfer with parameters of type FilePermission