|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.shared.utils.cli.Commandline
org.apache.maven.plugin.surefire.booterclient.lazytestprovider.OutputStreamFlushableCommandline
public class OutputStreamFlushableCommandline
A Commandline implementation that provides the output stream of
the executed process in form of a FlushReceiver, for it to be
flushed on demand.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.apache.maven.shared.utils.cli.Commandline |
|---|
org.apache.maven.shared.utils.cli.Commandline.Argument |
| Constructor Summary | |
|---|---|
OutputStreamFlushableCommandline()
|
|
| Method Summary | |
|---|---|
Process |
execute()
|
FlushReceiver |
getFlushReceiver()
|
| Methods inherited from class org.apache.maven.shared.utils.cli.Commandline |
|---|
addArguments, addEnvironment, addSystemEnvironment, clearArgs, clone, createArg, createArg, getArguments, getCommandline, getEnvironmentVariables, getExecutable, getShell, getWorkingDirectory, setExecutable, setWorkingDirectory, setWorkingDirectory, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public OutputStreamFlushableCommandline()
| Method Detail |
|---|
public Process execute()
throws org.apache.maven.shared.utils.cli.CommandLineException
execute in class org.apache.maven.shared.utils.cli.Commandlineorg.apache.maven.shared.utils.cli.CommandLineExceptionpublic FlushReceiver getFlushReceiver()
getFlushReceiver in interface FlushReceiverProviderFlushReceiver
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||