Uses of Enum Class
net.schmizz.sshj.sftp.OpenMode
Packages that use OpenMode
-
Uses of OpenMode in net.schmizz.sshj.sftp
Methods in net.schmizz.sshj.sftp that return OpenModeModifier and TypeMethodDescriptionstatic OpenMode
Returns the enum constant of this class with the specified name.static OpenMode[]
OpenMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in net.schmizz.sshj.sftp with type arguments of type OpenModeModifier and TypeMethodDescriptionSFTPClient.open
(String filename, Set<OpenMode> mode, FileAttributes attrs) SFTPEngine.open
(String path, Set<OpenMode> modes, FileAttributes fa) StatefulSFTPClient.open
(String filename, Set<OpenMode> mode, FileAttributes attrs) static int