public class ForkClient extends Object implements org.codehaus.plexus.util.cli.StreamConsumer
| Constructor and Description |
|---|
ForkClient(ReporterFactory providerReporterFactory,
Properties testVmSystemProperties) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
consumeLine(String s) |
void |
consumeMultiLineContent(String s) |
RunListener |
getReporter(Integer channelNumber)
Used when getting reporters on the plugin side of a fork.
|
public ForkClient(ReporterFactory providerReporterFactory, Properties testVmSystemProperties)
public void consumeLine(String s)
consumeLine in interface org.codehaus.plexus.util.cli.StreamConsumerpublic void consumeMultiLineContent(String s) throws IOException
IOExceptionpublic RunListener getReporter(Integer channelNumber)
channelNumber - The logical channel numberpublic void close()
Copyright © 2004-2012 Apache Software Foundation. All Rights Reserved.