Uses of Class
net.schmizz.sshj.xfer.scp.ScpCommandLine.Arg
-
Packages that use ScpCommandLine.Arg Package Description net.schmizz.sshj.xfer.scp -
-
Uses of ScpCommandLine.Arg in net.schmizz.sshj.xfer.scp
Fields in net.schmizz.sshj.xfer.scp with type parameters of type ScpCommandLine.Arg Modifier and Type Field Description private java.util.LinkedHashMap<ScpCommandLine.Arg,java.lang.String>
ScpCommandLine. arguments
Methods in net.schmizz.sshj.xfer.scp that return ScpCommandLine.Arg Modifier and Type Method Description static ScpCommandLine.Arg
ScpCommandLine.Arg. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ScpCommandLine.Arg[]
ScpCommandLine.Arg. 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.Arg Modifier and Type Method Description private void
ScpCommandLine. addArgument(ScpCommandLine.Arg name, java.lang.String value, boolean accept)
ScpCommandLine
ScpCommandLine. and(ScpCommandLine.Arg name)
ScpCommandLine
ScpCommandLine. and(ScpCommandLine.Arg name, boolean accept)
ScpCommandLine
ScpCommandLine. and(ScpCommandLine.Arg name, java.lang.String value)
ScpCommandLine
ScpCommandLine. and(ScpCommandLine.Arg name, java.lang.String value, boolean accept)
(package private) boolean
ScpCommandLine. has(ScpCommandLine.Arg arg)
static ScpCommandLine
ScpCommandLine. with(ScpCommandLine.Arg name)
static ScpCommandLine
ScpCommandLine. with(ScpCommandLine.Arg name, boolean accept)
static ScpCommandLine
ScpCommandLine. with(ScpCommandLine.Arg name, java.lang.String value)
static ScpCommandLine
ScpCommandLine. with(ScpCommandLine.Arg name, java.lang.String value, boolean accept)
-