Uses of Interface
org.codehaus.plexus.util.cli.CommandLineCallable
Packages that use CommandLineCallable
- 
Uses of CommandLineCallable in org.codehaus.plexus.util.cliMethods in org.codehaus.plexus.util.cli that return CommandLineCallableModifier and TypeMethodDescriptionstatic CommandLineCallableCommandLineUtils.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.