Class IguanaConfig


  • public class IguanaConfig
    extends java.lang.Object
    Gets either a JSON or YAML configuration file using a json schema and will generate a SuiteID and ExperimentIDs as well as TaskIDs for it.
    Afterwards it will start the taskProcessor with all specified tasks

    The following order holds
    1. For each Dataset
    2. For each Connection
    3. For each Task
    Further on executes the pre and post script hooks, before and after a class. Following values will be exchanged in the script string {{Connection}} {{Dataset.name}} {{Dataset.file}} {{taskID}}
    Author:
    f.conrads
    • Constructor Summary

      Constructors 
      Constructor Description
      IguanaConfig()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void start()
      starts the config
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IguanaConfig

        public IguanaConfig()
    • Method Detail

      • start

        public void start()
                   throws org.apache.commons.exec.ExecuteException,
                          java.io.IOException
        starts the config
        Throws:
        java.io.IOException
        org.apache.commons.exec.ExecuteException