Uses of Class
org.apache.maven.shared.utils.cli.CommandLineException
-
Uses of CommandLineException in org.apache.maven.shared.utils.cli
Modifier and TypeClassDescriptionclass
Report a timeout for executing process.Modifier and TypeMethodDescriptionCommandLineCallable.call()
Commandline.execute()
Execute the command.static int
CommandLineUtils.executeCommandLine
(Commandline cl, InputStream systemIn, StreamConsumer systemOut, StreamConsumer systemErr) static int
CommandLineUtils.executeCommandLine
(Commandline cl, InputStream systemIn, StreamConsumer systemOut, StreamConsumer systemErr, int timeoutInSeconds) static int
CommandLineUtils.executeCommandLine
(Commandline cl, InputStream systemIn, StreamConsumer systemOut, StreamConsumer systemErr, int timeoutInSeconds, Runnable runAfterProcessTermination) static int
CommandLineUtils.executeCommandLine
(Commandline cl, InputStream systemIn, StreamConsumer systemOut, StreamConsumer systemErr, int timeoutInSeconds, Runnable runAfterProcessTermination, Charset streamCharset) static int
CommandLineUtils.executeCommandLine
(Commandline cl, StreamConsumer systemOut, StreamConsumer systemErr) static int
CommandLineUtils.executeCommandLine
(Commandline cl, StreamConsumer systemOut, StreamConsumer systemErr, int timeoutInSeconds) static CommandLineCallable
CommandLineUtils.executeCommandLineAsCallable
(Commandline cl, InputStream systemIn, StreamConsumer systemOut, StreamConsumer systemErr, int timeoutInSeconds, Runnable runAfterProcessTermination) Immediately forks a process, returns a callable that will block until process is complete.static CommandLineCallable
CommandLineUtils.executeCommandLineAsCallable
(Commandline cl, InputStream systemIn, StreamConsumer systemOut, StreamConsumer systemErr, int timeoutInSeconds, Runnable runAfterProcessTermination, Charset streamCharset) Immediately forks a process, returns a callable that will block until process is complete.void
void
static String[]
CommandLineUtils.translateCommandline
(String toProcess) -
Uses of CommandLineException in org.apache.maven.shared.utils.cli.javatool
Modifier and TypeMethodDescriptionJavaToolResult.getExecutionException()
Gets the exception that possibly occurred during the execution of the command line.Modifier and TypeMethodDescriptionvoid
JavaToolResult.setExecutionException
(CommandLineException executionException) Sets the exception that prevented to execute the command line.