| Package | Description | 
|---|---|
| org.codehaus.plexus.util.cli | Command-line utilities. | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | CommandLineUtils.StringStreamConsumerA  StreamConsumerproviding consumed lines as aString. | 
| class  | DefaultConsumer | 
| class  | WriterStreamConsumer | 
| Modifier and Type | Method and Description | 
|---|---|
| static int | CommandLineUtils. executeCommandLine(Commandline cl,
                  InputStream systemIn,
                  StreamConsumer systemOut,
                  StreamConsumer systemErr) | 
| static int | CommandLineUtils. executeCommandLine(Commandline cl,
                  InputStream systemIn,
                  StreamConsumer systemOut,
                  StreamConsumer systemErr,
                  int timeoutInSeconds) | 
| static int | CommandLineUtils. executeCommandLine(Commandline cl,
                  StreamConsumer systemOut,
                  StreamConsumer systemErr) | 
| static int | CommandLineUtils. executeCommandLine(Commandline cl,
                  StreamConsumer systemOut,
                  StreamConsumer systemErr,
                  int timeoutInSeconds) | 
| static 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. | 
| Constructor and Description | 
|---|
| StreamPumper(InputStream in,
            PrintWriter writer,
            StreamConsumer consumer) | 
| StreamPumper(InputStream in,
            StreamConsumer consumer) | 
Copyright © 2001–2017 Codehaus Plexus. All rights reserved.