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 TypeClassDescriptionstatic enumstatic enum -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final LinkedHashMap<ScpCommandLine.Arg, String> private ScpCommandLine.EscapeModeprivate Stringprivate static final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voidaddArgument(ScpCommandLine.Arg name, String value, boolean accept) and(ScpCommandLine.Arg name) and(ScpCommandLine.Arg name, boolean accept) and(ScpCommandLine.Arg name, String value) and(ScpCommandLine.Arg name, String value, boolean accept) (package private) booleanhas(ScpCommandLine.Arg arg) (package private) Stringstatic ScpCommandLinewith(ScpCommandLine.Arg name) static ScpCommandLinewith(ScpCommandLine.Arg name, boolean accept) static ScpCommandLinewith(ScpCommandLine.Arg name, String value) static ScpCommandLinewith(ScpCommandLine.Arg name, String value, boolean accept) (package private) ScpCommandLinewithPath(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
-
has
-
toCommandLine
String toCommandLine()
-