Uses of Class
org.codehaus.plexus.util.cli.CommandLineException
-
Packages that use CommandLineException Package Description org.codehaus.plexus.util.cli -
-
Uses of CommandLineException in org.codehaus.plexus.util.cli
Subclasses of CommandLineException in org.codehaus.plexus.util.cli Modifier and Type Class Description classCommandLineTimeOutExceptionMethods in org.codehaus.plexus.util.cli that throw CommandLineException Modifier and Type Method Description java.lang.IntegerCommandLineCallable. call()java.lang.ProcessCommandline. execute()Executes the command.static intCommandLineUtils. executeCommandLine(Commandline cl, java.io.InputStream systemIn, StreamConsumer systemOut, StreamConsumer systemErr)static intCommandLineUtils. executeCommandLine(Commandline cl, java.io.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, java.io.InputStream systemIn, StreamConsumer systemOut, StreamConsumer systemErr, int timeoutInSeconds)Immediately forks a process, returns a callable that will block until process is complete.java.lang.String[]Commandline. getEnvironmentVariables()Return the list of environment variablesprivate static voidCommandLineUtils. handleException(StreamFeeder streamFeeder, java.lang.String streamName)private static voidCommandLineUtils. handleException(StreamPumper streamPumper, java.lang.String streamName)static java.lang.StringCommandLineUtils. quote(java.lang.String argument)static java.lang.StringCommandLineUtils. quote(java.lang.String argument, boolean wrapExistingQuotes)static java.lang.StringCommandLineUtils. quote(java.lang.String argument, boolean escapeSingleQuotes, boolean escapeDoubleQuotes, boolean wrapExistingQuotes)static java.lang.StringCommandline. quoteArgument(java.lang.String argument)Deprecated.UseCommandLineUtils.quote(String)instead.
-