public class AbstractSshOptionsEvaluator
extends java.lang.Object
Constructor and Description |
---|
AbstractSshOptionsEvaluator() |
Modifier and Type | Method and Description |
---|---|
static void |
addResolver(SshOptionsResolver resolver) |
protected static void |
complete(java.lang.String destination,
java.util.List<org.jline.reader.Candidate> candidates) |
protected static java.util.Collection<SshOptionsResolver> |
getResolvers() |
protected static void |
parseCiphers(org.apache.commons.cli.CommandLine commandLine,
SshClientArguments arguments) |
protected static void |
parseCompression(org.apache.commons.cli.CommandLine commandLine,
SshClientArguments arguments) |
protected static void |
parseDestination(org.apache.commons.cli.CommandLine commandLine,
SshClientArguments arguments) |
protected static void |
parseIdentityFilename(org.apache.commons.cli.CommandLine commandLine,
SshClientArguments arguments,
VirtualConsole console) |
protected static void |
parseLoginName(org.apache.commons.cli.CommandLine commandLine,
SshClientArguments arguments) |
protected static void |
parseMacs(org.apache.commons.cli.CommandLine commandLine,
SshClientArguments arguments) |
protected static void |
parsePort(org.apache.commons.cli.CommandLine commandLine,
SshClientArguments arguments) |
protected static void |
parseSecurityLevel(org.apache.commons.cli.CommandLine commandLine,
SshClientArguments arguments) |
public static void addResolver(SshOptionsResolver resolver)
protected static void complete(java.lang.String destination, java.util.List<org.jline.reader.Candidate> candidates)
protected static void parseDestination(org.apache.commons.cli.CommandLine commandLine, SshClientArguments arguments) throws java.io.IOException
java.io.IOException
protected static void parsePort(org.apache.commons.cli.CommandLine commandLine, SshClientArguments arguments)
protected static void parseLoginName(org.apache.commons.cli.CommandLine commandLine, SshClientArguments arguments)
protected static void parseIdentityFilename(org.apache.commons.cli.CommandLine commandLine, SshClientArguments arguments, VirtualConsole console) throws java.io.IOException, com.sshtools.common.permissions.PermissionDeniedException
java.io.IOException
com.sshtools.common.permissions.PermissionDeniedException
protected static void parseCiphers(org.apache.commons.cli.CommandLine commandLine, SshClientArguments arguments)
protected static void parseMacs(org.apache.commons.cli.CommandLine commandLine, SshClientArguments arguments)
protected static void parseSecurityLevel(org.apache.commons.cli.CommandLine commandLine, SshClientArguments arguments)
protected static void parseCompression(org.apache.commons.cli.CommandLine commandLine, SshClientArguments arguments)
protected static java.util.Collection<SshOptionsResolver> getResolvers()
Copyright © 2023. All rights reserved.