Uses of Enum
net.schmizz.sshj.xfer.scp.ScpCommandLine.Arg
Packages that use ScpCommandLine.Arg
-
Uses of ScpCommandLine.Arg in net.schmizz.sshj.xfer.scp
Methods in net.schmizz.sshj.xfer.scp that return ScpCommandLine.ArgModifier and TypeMethodDescriptionstatic ScpCommandLine.ArgReturns 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.ArgModifier and TypeMethodDescriptionScpCommandLine.and(ScpCommandLine.Arg name) ScpCommandLine.and(ScpCommandLine.Arg name, boolean accept) ScpCommandLine.and(ScpCommandLine.Arg name, String value) ScpCommandLine.and(ScpCommandLine.Arg name, String value, boolean accept) static ScpCommandLineScpCommandLine.with(ScpCommandLine.Arg name) static ScpCommandLineScpCommandLine.with(ScpCommandLine.Arg name, boolean accept) static ScpCommandLineScpCommandLine.with(ScpCommandLine.Arg name, String value) static ScpCommandLineScpCommandLine.with(ScpCommandLine.Arg name, String value, boolean accept)