Package net.schmizz.sshj.xfer.scp
Class ScpCommandLine
java.lang.Object
net.schmizz.sshj.xfer.scp.ScpCommandLine
Command line to be sent to the remote SSH process to setup an SCP process in the correct mode.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static enum
static enum
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate LinkedHashMap
<ScpCommandLine.Arg, String> private ScpCommandLine.EscapeMode
private String
private static final String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate void
addArgument
(ScpCommandLine.Arg name, String value, boolean accept) (package private) ScpCommandLine
and
(ScpCommandLine.Arg name) (package private) ScpCommandLine
and
(ScpCommandLine.Arg name, boolean accept) (package private) ScpCommandLine
and
(ScpCommandLine.Arg name, String value) (package private) ScpCommandLine
and
(ScpCommandLine.Arg name, String value, boolean accept) (package private) String
(package private) static ScpCommandLine
with
(ScpCommandLine.Arg name) (package private) static ScpCommandLine
with
(ScpCommandLine.Arg name, boolean accept) (package private) static ScpCommandLine
with
(ScpCommandLine.Arg name, String value) (package private) static ScpCommandLine
with
(ScpCommandLine.Arg name, String value, boolean accept) (package private) ScpCommandLine
withPath
(String path, ScpCommandLine.EscapeMode mode)
-
Field Details
-
SCP_COMMAND
- See Also:
-
mode
-
arguments
-
path
-
-
Constructor Details
-
ScpCommandLine
ScpCommandLine()
-
-
Method Details
-
with
-
with
-
with
-
with
-
addArgument
-
and
-
and
-
and
-
and
-
withPath
-
toCommandLine
String toCommandLine()
-