Uses of Class
net.schmizz.sshj.xfer.scp.ScpCommandLine
Packages that use ScpCommandLine
-
Uses of ScpCommandLine in net.schmizz.sshj.xfer.scp
Methods in net.schmizz.sshj.xfer.scp that return ScpCommandLineModifier and TypeMethodDescription(package private) ScpCommandLine
ScpCommandLine.and
(ScpCommandLine.Arg name) (package private) ScpCommandLine
ScpCommandLine.and
(ScpCommandLine.Arg name, boolean accept) (package private) ScpCommandLine
ScpCommandLine.and
(ScpCommandLine.Arg name, String value) (package private) ScpCommandLine
ScpCommandLine.and
(ScpCommandLine.Arg name, String value, boolean accept) (package private) static ScpCommandLine
ScpCommandLine.with
(ScpCommandLine.Arg name) (package private) static ScpCommandLine
ScpCommandLine.with
(ScpCommandLine.Arg name, boolean accept) (package private) static ScpCommandLine
ScpCommandLine.with
(ScpCommandLine.Arg name, String value) (package private) static ScpCommandLine
ScpCommandLine.with
(ScpCommandLine.Arg name, String value, boolean accept) (package private) ScpCommandLine
ScpCommandLine.withPath
(String path, ScpCommandLine.EscapeMode mode) Methods in net.schmizz.sshj.xfer.scp with parameters of type ScpCommandLineModifier and TypeMethodDescription(package private) void
SCPEngine.execSCPWith
(ScpCommandLine commandLine)