org.codehaus.mojo.exec
Class EnvStreamConsumer

java.lang.Object
  extended by org.codehaus.mojo.exec.EnvStreamConsumer
All Implemented Interfaces:
org.codehaus.plexus.util.cli.StreamConsumer

public class EnvStreamConsumer
extends Object
implements org.codehaus.plexus.util.cli.StreamConsumer


Field Summary
static String START_PARSING_INDICATOR
           
 
Constructor Summary
EnvStreamConsumer()
           
 
Method Summary
 void consumeLine(String line)
           
 Map<String,String> getParsedEnv()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

START_PARSING_INDICATOR

public static final String START_PARSING_INDICATOR
See Also:
Constant Field Values
Constructor Detail

EnvStreamConsumer

public EnvStreamConsumer()
Method Detail

consumeLine

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

getParsedEnv

public Map<String,String> getParsedEnv()


Copyright © 2005–2015 Codehaus. All rights reserved.