Class DefaultExecutionParser
- java.lang.Object
-
- org.commonjava.maven.ext.integrationtest.invoker.DefaultExecutionParser
-
- All Implemented Interfaces:
ExecutionParser
public class DefaultExecutionParser extends Object implements ExecutionParser
-
-
Field Summary
-
Fields inherited from interface org.commonjava.maven.ext.integrationtest.invoker.ExecutionParser
BUILD_HANDLER, BUILD_PROFILES_HANDLER, BUILD_RESULT_HANDLER, POST_HANDLER, SKIP_HANDLER, SYSTEM_PROPERTIES_HANDLER
-
-
Constructor Summary
Constructors Constructor Description DefaultExecutionParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<Execution>
parse(String workingDir)
Parse invoker properties from workingDir into a collection of executions.
-
-
-
Method Detail
-
parse
public Collection<Execution> parse(String workingDir)
Description copied from interface:ExecutionParser
Parse invoker properties from workingDir into a collection of executions.- Specified by:
parse
in interfaceExecutionParser
- Parameters:
workingDir
- - Working directory where invoker.properties are present- Returns:
- Collection of executions
-
-