Interface ScenarioCreatorExtension

  • All Known Implementing Classes:
    DataLoaderScenarioCreatorExtension

    public interface ScenarioCreatorExtension
    Interface for classes that want to add additional functionality to the creation of a scenario file.
    Version:
    $Revision$ $Date$
    Author:
    Nick Collier
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      List<ScenarioEntry> run​(File scenarioPath)
      Perform some addition operation w/r to scenario file creation and return an optional ScenarioEntry that can be put in the scenario.xml file.
    • Method Detail

      • run

        List<ScenarioEntry> run​(File scenarioPath)
                         throws Exception
        Perform some addition operation w/r to scenario file creation and return an optional ScenarioEntry that can be put in the scenario.xml file.
        Parameters:
        scenarioPath - the path to the scenario dir
        Returns:
        optional ScenarioEntry that can be put in the scenario.xml file. This can be null.
        Throws:
        Exception