Uses of Enum Class
net.schmizz.sshj.xfer.scp.ScpCommandLine.Arg
Packages that use ScpCommandLine.Arg
-
Uses of ScpCommandLine.Arg in net.schmizz.sshj.xfer.scp
Fields in net.schmizz.sshj.xfer.scp with type parameters of type ScpCommandLine.ArgModifier and TypeFieldDescriptionprivate LinkedHashMap
<ScpCommandLine.Arg, String> ScpCommandLine.arguments
Methods in net.schmizz.sshj.xfer.scp that return ScpCommandLine.ArgModifier and TypeMethodDescriptionstatic ScpCommandLine.Arg
Returns the enum constant of this class with the specified name.static ScpCommandLine.Arg[]
ScpCommandLine.Arg.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.schmizz.sshj.xfer.scp with parameters of type ScpCommandLine.ArgModifier and TypeMethodDescriptionprivate void
ScpCommandLine.addArgument
(ScpCommandLine.Arg name, String value, boolean accept) (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)