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 File getScenarioDir()
      • serverStart

        public void serverStart​(step.core.GlobalContext context)
                         throws Exception
        Specified by:
        serverStart in interface step.framework.server.ServerPlugin<step.core.GlobalContext>
        Overrides:
        serverStart in class step.core.plugins.AbstractControllerPlugin
        Throws:
        Exception
      • initializeData

        public void initializeData​(step.core.GlobalContext context)
                            throws Exception
        Specified by:
        initializeData in interface step.framework.server.ServerPlugin<step.core.GlobalContext>
        Overrides:
        initializeData in class step.core.plugins.AbstractControllerPlugin
        Throws:
        Exception
      • afterInitializeData

        public void afterInitializeData​(step.core.GlobalContext context)
                                 throws Exception
        Specified by:
        afterInitializeData in interface step.framework.server.ServerPlugin<step.core.GlobalContext>
        Overrides:
        afterInitializeData in class step.core.plugins.AbstractControllerPlugin
        Throws:
        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 File getSessionDir​(String sessionid)