Uses of Enum
net.schmizz.sshj.xfer.scp.ScpCommandLine.EscapeMode
Packages that use ScpCommandLine.EscapeMode
-
Uses of ScpCommandLine.EscapeMode in net.schmizz.sshj.xfer.scp
Subclasses with type arguments of type ScpCommandLine.EscapeMode in net.schmizz.sshj.xfer.scpFields in net.schmizz.sshj.xfer.scp declared as ScpCommandLine.EscapeModeMethods in net.schmizz.sshj.xfer.scp that return ScpCommandLine.EscapeModeModifier and TypeMethodDescriptionstatic ScpCommandLine.EscapeModeReturns the enum constant of this type with the specified name.static ScpCommandLine.EscapeMode[]ScpCommandLine.EscapeMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.schmizz.sshj.xfer.scp with parameters of type ScpCommandLine.EscapeModeModifier and TypeMethodDescriptionintSCPDownloadClient.copy(String sourcePath, LocalDestFile targetFile, ScpCommandLine.EscapeMode escapeMode) intSCPDownloadClient.copy(String sourcePath, LocalDestFile targetFile, ScpCommandLine.EscapeMode escapeMode, ScpCommandLine commandLine) intSCPUploadClient.copy(LocalSourceFile sourceFile, String remotePath, ScpCommandLine.EscapeMode escapeMode) intSCPUploadClient.copy(LocalSourceFile sourceFile, String remotePath, ScpCommandLine.EscapeMode escapeMode, boolean preserveTimes) intSCPUploadClient.copy(LocalSourceFile sourceFile, String remotePath, ScpCommandLine.EscapeMode escapeMode, ScpCommandLine commandLine) (package private) ScpCommandLineScpCommandLine.withPath(String path, ScpCommandLine.EscapeMode mode)