org.codehaus.mojo.exec
Class EnvStreamConsumer
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
START_PARSING_INDICATOR
public static final String START_PARSING_INDICATOR
- See Also:
- Constant Field Values
EnvStreamConsumer
public EnvStreamConsumer()
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.