Uses of Class
org.apache.maven.shared.utils.cli.CommandLineException
-
Packages that use CommandLineException Package Description org.apache.maven.shared.utils.cli org.apache.maven.shared.utils.cli.javatool -
-
Uses of CommandLineException in org.apache.maven.shared.utils.cli
Subclasses of CommandLineException in org.apache.maven.shared.utils.cli Modifier and Type Class Description classCommandLineTimeOutExceptionMethods in org.apache.maven.shared.utils.cli that throw CommandLineException Modifier and Type Method Description java.lang.IntegerCommandLineCallable. call()java.lang.ProcessCommandline. execute()Execute 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, java.io.InputStream systemIn, StreamConsumer systemOut, StreamConsumer systemErr, int timeoutInSeconds, java.lang.Runnable runAfterProcessTermination)static intCommandLineUtils. executeCommandLine(Commandline cl, java.io.InputStream systemIn, StreamConsumer systemOut, StreamConsumer systemErr, int timeoutInSeconds, java.lang.Runnable runAfterProcessTermination, java.nio.charset.Charset streamCharset)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, java.lang.Runnable runAfterProcessTermination)Immediately forks a process, returns a callable that will block until process is complete.static CommandLineCallableCommandLineUtils. executeCommandLineAsCallable(Commandline cl, java.io.InputStream systemIn, StreamConsumer systemOut, StreamConsumer systemErr, int timeoutInSeconds, java.lang.Runnable runAfterProcessTermination, java.nio.charset.Charset streamCharset)Immediately forks a process, returns a callable that will block until process is complete.voidArg. setLine(java.lang.String line)voidCommandline.Argument. setLine(java.lang.String line)static java.lang.String[]CommandLineUtils. translateCommandline(java.lang.String toProcess)Constructors in org.apache.maven.shared.utils.cli that throw CommandLineException Constructor Description Commandline(java.lang.String toProcess)Create a new command line object. -
Uses of CommandLineException in org.apache.maven.shared.utils.cli.javatool
Fields in org.apache.maven.shared.utils.cli.javatool declared as CommandLineException Modifier and Type Field Description private CommandLineExceptionJavaToolResult. executionExceptionThe exception that prevented to execute the command line, will benullif jarSigner could be successfully started.Methods in org.apache.maven.shared.utils.cli.javatool that return CommandLineException Modifier and Type Method Description CommandLineExceptionJavaToolResult. getExecutionException()Gets the exception that possibly occurred during the execution of the command line.Methods in org.apache.maven.shared.utils.cli.javatool with parameters of type CommandLineException Modifier and Type Method Description voidJavaToolResult. setExecutionException(CommandLineException executionException)Sets the exception that prevented to execute the command line.
-