org.codehaus.plexus.util.cli
Class CommandLineUtils.StringStreamConsumer
java.lang.Object
org.codehaus.plexus.util.cli.CommandLineUtils.StringStreamConsumer
- All Implemented Interfaces:
- StreamConsumer
- Enclosing class:
- CommandLineUtils
public static class CommandLineUtils.StringStreamConsumer
- extends Object
- implements StreamConsumer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommandLineUtils.StringStreamConsumer
public CommandLineUtils.StringStreamConsumer()
consumeLine
public void consumeLine(String line)
- Description copied from interface:
StreamConsumer
- Called when the StreamPumper pumps a line from the Stream.
- Specified by:
consumeLine
in interface StreamConsumer
getOutput
public String getOutput()
Copyright © 2001-2012 Codehaus. All Rights Reserved.