Package 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
-
-
Field Summary
Fields Modifier and Type Field Description static String
START_PARSING_INDICATOR
-
Constructor Summary
Constructors Constructor Description EnvStreamConsumer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
consumeLine(String line)
Map<String,String>
getParsedEnv()
-
-
-
Field Detail
-
START_PARSING_INDICATOR
public static final String START_PARSING_INDICATOR
- See Also:
- Constant Field Values
-
-