Uses of Enum
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 OpenModeReturns the enum constant of this type with the specified name.static OpenMode[]OpenMode.values()Returns an array containing the constants of this enum type, 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