org.terracotta.maven.plugins.tc.cl
Class CommandLineUtils.StringStreamConsumer

java.lang.Object
  extended by org.terracotta.maven.plugins.tc.cl.CommandLineUtils.StringStreamConsumer
All Implemented Interfaces:
org.codehaus.plexus.util.cli.StreamConsumer
Enclosing class:
CommandLineUtils

public static class CommandLineUtils.StringStreamConsumer
extends java.lang.Object
implements org.codehaus.plexus.util.cli.StreamConsumer


Constructor Summary
CommandLineUtils.StringStreamConsumer()
           
 
Method Summary
 void consumeLine(java.lang.String line)
           
 java.lang.String getOutput()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandLineUtils.StringStreamConsumer

public CommandLineUtils.StringStreamConsumer()
Method Detail

consumeLine

public void consumeLine(java.lang.String line)
Specified by:
consumeLine in interface org.codehaus.plexus.util.cli.StreamConsumer

getOutput

public java.lang.String getOutput()


Copyright © 2010 Terracotta, Inc.. All Rights Reserved.