Uses of Interface
org.apache.maven.shared.utils.cli.CommandLineCallable
-
Packages that use CommandLineCallable Package Description org.apache.maven.shared.utils.cli -
-
Uses of CommandLineCallable in org.apache.maven.shared.utils.cli
Methods in org.apache.maven.shared.utils.cli that return CommandLineCallable Modifier and Type Method Description static CommandLineCallable
CommandLineUtils. 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 CommandLineCallable
CommandLineUtils. 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.
-