Class AbstractComparePlugin

    • Field Detail

      • context

        protected step.core.GlobalContext context
    • Constructor Detail

      • AbstractComparePlugin

        public AbstractComparePlugin()
    • Method Detail

      • setupCompareFunctionIfNotExisting

        protected abstract void setupCompareFunctionIfNotExisting​(step.core.GlobalContext context)
      • getCompareFunctionType

        protected abstract AbstractCompareFunctionType<?> getCompareFunctionType​(step.core.GlobalContext context)
      • getFunctionEditor

        protected abstract step.functions.editors.FunctionEditor getFunctionEditor()
      • registerPlugin

        protected abstract void registerPlugin()
      • getScenarioDir

        protected abstract java.io.File getScenarioDir()
      • executionControllerStart

        public void executionControllerStart​(step.core.GlobalContext context)
                                      throws java.lang.Exception
        Specified by:
        executionControllerStart in interface step.core.plugins.ControllerPlugin
        Overrides:
        executionControllerStart in class step.core.plugins.AbstractControllerPlugin
        Throws:
        java.lang.Exception
      • initializeData

        public void initializeData​(step.core.GlobalContext context)
                            throws java.lang.Exception
        Specified by:
        initializeData in interface step.core.plugins.ControllerPlugin
        Overrides:
        initializeData in class step.core.plugins.AbstractControllerPlugin
        Throws:
        java.lang.Exception
      • afterInitializeData

        public void afterInitializeData​(step.core.GlobalContext context)
                                 throws java.lang.Exception
        Specified by:
        afterInitializeData in interface step.core.plugins.ControllerPlugin
        Overrides:
        afterInitializeData in class step.core.plugins.AbstractControllerPlugin
        Throws:
        java.lang.Exception
      • getWebPlugin

        public step.core.plugins.WebPlugin getWebPlugin()
        Specified by:
        getWebPlugin in interface step.core.plugins.ControllerPlugin
        Overrides:
        getWebPlugin in class step.core.plugins.AbstractControllerPlugin
      • getSessionDir

        public java.io.File getSessionDir​(java.lang.String sessionid)