Uses of Interface
org.codehaus.plexus.util.cli.CommandLineCallable
-
Uses of CommandLineCallable in org.codehaus.plexus.util.cli
Modifier and TypeMethodDescriptionstatic CommandLineCallable
CommandLineUtils.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.