Uses of Interface
org.apache.maven.shared.utils.cli.StreamConsumer
-
Packages that use StreamConsumer Package Description org.apache.maven.shared.utils.cli org.apache.maven.shared.utils.cli.javatool -
-
Uses of StreamConsumer in org.apache.maven.shared.utils.cli
Classes in org.apache.maven.shared.utils.cli that implement StreamConsumer Modifier and Type Class Description static classCommandLineUtils.StringStreamConsumerAStreamConsumerproviding consumed lines as aString.classDefaultConsumerclassWriterStreamConsumerMethods in org.apache.maven.shared.utils.cli with parameters of type StreamConsumer Modifier and Type Method Description 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.Constructors in org.apache.maven.shared.utils.cli with parameters of type StreamConsumer Constructor Description StreamPumper(java.io.InputStream in, StreamConsumer consumer)StreamPumper(java.io.InputStream in, StreamConsumer consumer, java.nio.charset.Charset charset) -
Uses of StreamConsumer in org.apache.maven.shared.utils.cli.javatool
Methods in org.apache.maven.shared.utils.cli.javatool that return StreamConsumer Modifier and Type Method Description protected StreamConsumerAbstractJavaTool. createSystemErrorStreamConsumer(Request request)protected StreamConsumerAbstractJavaTool. createSystemOutStreamConsumer(Request request)StreamConsumerAbstractJavaToolRequest. getSystemErrorStreamConsumer()Gets the value of thesystemErrorStreamConsumerfield.StreamConsumerJavaToolRequest. getSystemErrorStreamConsumer()Gets the value of thesystemErrorStreamConsumerfield.StreamConsumerAbstractJavaToolRequest. getSystemOutStreamConsumer()Gets the value of thesystemOutStreamConsumerfield.StreamConsumerJavaToolRequest. getSystemOutStreamConsumer()Gets the value of thesystemOutStreamConsumerfield.Methods in org.apache.maven.shared.utils.cli.javatool with parameters of type StreamConsumer Modifier and Type Method Description voidAbstractJavaToolRequest. setSystemErrorStreamConsumer(StreamConsumer systemErrorStreamConsumer)Sets the new given value to the fieldsystemErrorStreamConsumerof the request.voidJavaToolRequest. setSystemErrorStreamConsumer(StreamConsumer systemErrorStreamConsumer)Sets the new given value to the fieldsystemErrorStreamConsumerof the request.voidAbstractJavaToolRequest. setSystemOutStreamConsumer(StreamConsumer systemOutStreamConsumer)Sets the new given value to the fieldsystemOutStreamConsumerof the request.voidJavaToolRequest. setSystemOutStreamConsumer(StreamConsumer systemOutStreamConsumer)Sets the new given value to the fieldsystemOutStreamConsumerof the request.
-