Uses of Class
net.schmizz.sshj.xfer.scp.ScpCommandLine.EscapeMode
-
Packages that use ScpCommandLine.EscapeMode Package Description net.schmizz.sshj.xfer.scp -
-
Uses of ScpCommandLine.EscapeMode in net.schmizz.sshj.xfer.scp
Fields in net.schmizz.sshj.xfer.scp declared as ScpCommandLine.EscapeMode Modifier and Type Field Description private ScpCommandLine.EscapeModeScpCommandLine. modeMethods in net.schmizz.sshj.xfer.scp that return ScpCommandLine.EscapeMode Modifier and Type Method Description static ScpCommandLine.EscapeModeScpCommandLine.EscapeMode. valueOf(java.lang.String name)Returns 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.EscapeMode Modifier and Type Method Description intSCPDownloadClient. copy(java.lang.String sourcePath, LocalDestFile targetFile, ScpCommandLine.EscapeMode escapeMode)intSCPDownloadClient. copy(java.lang.String sourcePath, LocalDestFile targetFile, ScpCommandLine.EscapeMode escapeMode, ScpCommandLine commandLine)intSCPUploadClient. copy(LocalSourceFile sourceFile, java.lang.String remotePath, ScpCommandLine.EscapeMode escapeMode)intSCPUploadClient. copy(LocalSourceFile sourceFile, java.lang.String remotePath, ScpCommandLine.EscapeMode escapeMode, boolean preserveTimes)intSCPUploadClient. copy(LocalSourceFile sourceFile, java.lang.String remotePath, ScpCommandLine.EscapeMode escapeMode, ScpCommandLine commandLine)(package private) ScpCommandLineScpCommandLine. withPath(java.lang.String path, ScpCommandLine.EscapeMode mode)
-