ExecutionParametersService

Acts as a factory by the FixtureScripts when instantiating the FixtureScript.ExecutionContext , to return an object able to parse any parameters provided through the UI parameter.

Factoring this out as a service potentially allows for extensions to parsing.

API

ExecutionParametersService.java
interface ExecutionParametersService {
  ExecutionParameters newExecutionParameters(String parameters)
}