public class ForkClient extends Object implements org.codehaus.plexus.util.cli.StreamConsumer
Constructor and Description |
---|
ForkClient(DefaultReporterFactory 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(DefaultReporterFactory providerReporterFactory, Properties testVmSystemProperties)
public void consumeLine(String s)
consumeLine
in interface org.codehaus.plexus.util.cli.StreamConsumer
public void consumeMultiLineContent(String s) throws IOException
IOException
public RunListener getReporter(Integer channelNumber)
channelNumber
- The logical channel numberpublic void close()
Copyright © 2004-2012 Apache Software Foundation. All Rights Reserved.