Uses of Interface
org.codehaus.plexus.util.cli.StreamConsumer
-
Packages that use StreamConsumer Package Description org.codehaus.plexus.util.cli Command-line utilities. -
-
Uses of StreamConsumer in org.codehaus.plexus.util.cli
Classes in org.codehaus.plexus.util.cli that implement StreamConsumer Modifier and Type Class Description static classCommandLineUtils.StringStreamConsumerAStreamConsumerproviding consumed lines as aString.classDefaultConsumerclassWriterStreamConsumerMethods in org.codehaus.plexus.util.cli with parameters of type StreamConsumer Modifier and Type Method Description static intCommandLineUtils. executeCommandLine(Commandline cl, InputStream systemIn, StreamConsumer systemOut, StreamConsumer systemErr)static intCommandLineUtils. executeCommandLine(Commandline cl, InputStream systemIn, StreamConsumer systemOut, StreamConsumer systemErr, int timeoutInSeconds)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, InputStream systemIn, StreamConsumer systemOut, StreamConsumer systemErr, int timeoutInSeconds)Immediately forks a process, returns a callable that will block until process is complete.Constructors in org.codehaus.plexus.util.cli with parameters of type StreamConsumer Constructor Description StreamPumper(InputStream in, PrintWriter writer, StreamConsumer consumer)StreamPumper(InputStream in, StreamConsumer consumer)
-