Uses of Class
org.codehaus.plexus.util.cli.CommandLineException
Packages that use CommandLineException
- 
Uses of CommandLineException in org.codehaus.plexus.util.cliSubclasses of CommandLineException in org.codehaus.plexus.util.cliMethods in org.codehaus.plexus.util.cli that throw CommandLineExceptionModifier and TypeMethodDescriptionCommandLineCallable.call()Commandline.execute()Executes the command.static intCommandLineUtils.executeCommandLine(Commandline cl, InputStream systemIn, StreamConsumer systemOut, StreamConsumer systemErr) static intCommandLineUtils.executeCommandLine(Commandline cl, InputStream systemIn, StreamConsumer systemOut, StreamConsumer systemErr, int timeoutInSeconds) static intCommandLineUtils.executeCommandLine(Commandline cl, StreamConsumer systemOut, StreamConsumer systemErr) static intCommandLineUtils.executeCommandLine(Commandline cl, StreamConsumer systemOut, StreamConsumer systemErr, int timeoutInSeconds) static CommandLineCallableCommandLineUtils.executeCommandLineAsCallable(Commandline cl, InputStream systemIn, StreamConsumer systemOut, StreamConsumer systemErr, int timeoutInSeconds) Immediately forks a process, returns a callable that will block until process is complete.String[]Commandline.getEnvironmentVariables()static StringDeprecated.static Stringstatic StringCommandLineUtils.quote(String argument, boolean escapeSingleQuotes, boolean escapeDoubleQuotes, boolean wrapExistingQuotes) static StringCommandline.quoteArgument(String argument) Deprecated.UseCommandLineUtils.quote(String)instead.
StringUtils.quoteAndEscape(String, char, char[], char[], char, boolean),StringUtils.quoteAndEscape(String, char, char[], char, boolean), orStringUtils.quoteAndEscape(String, char)instead.