Uses of Class
net.schmizz.sshj.sftp.OpenMode
-
Packages that use OpenMode Package Description net.schmizz.sshj.sftp -
-
Uses of OpenMode in net.schmizz.sshj.sftp
Methods in net.schmizz.sshj.sftp that return OpenMode Modifier and Type Method Description static OpenModeOpenMode. valueOf(java.lang.String name)Returns 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 OpenMode Modifier and Type Method Description RemoteFileSFTPClient. open(java.lang.String filename, java.util.Set<OpenMode> mode)RemoteFileSFTPClient. open(java.lang.String filename, java.util.Set<OpenMode> mode, FileAttributes attrs)RemoteFileSFTPEngine. open(java.lang.String filename, java.util.Set<OpenMode> modes)RemoteFileSFTPEngine. open(java.lang.String path, java.util.Set<OpenMode> modes, FileAttributes fa)RemoteFileStatefulSFTPClient. open(java.lang.String filename, java.util.Set<OpenMode> mode)RemoteFileStatefulSFTPClient. open(java.lang.String filename, java.util.Set<OpenMode> mode, FileAttributes attrs)static intOpenMode. toMask(java.util.Set<OpenMode> modes)
-