Package step.plugins.compare
Class AbstractComparePlugin
- java.lang.Object
-
- step.core.plugins.AbstractPlugin
-
- step.core.plugins.AbstractControllerPlugin
-
- step.plugins.licensing.AbstractLicensedControllerPlugin
-
- step.plugins.compare.AbstractComparePlugin
-
- All Implemented Interfaces:
step.core.plugins.ControllerPlugin
,step.core.plugins.OptionalPlugin
- Direct Known Subclasses:
ImageComparePlugin
,PdfTestPlugin
public abstract class AbstractComparePlugin extends AbstractLicensedControllerPlugin
-
-
Field Summary
Fields Modifier and Type Field Description protected step.core.GlobalContext
context
-
Constructor Summary
Constructors Constructor Description AbstractComparePlugin()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description void
afterInitializeData(step.core.GlobalContext context)
void
executionControllerStart(step.core.GlobalContext context)
protected abstract AbstractCompareFunctionType<?>
getCompareFunctionType(step.core.GlobalContext context)
protected abstract step.functions.editors.FunctionEditor
getFunctionEditor()
protected abstract java.lang.String
getModuleName()
protected abstract java.io.File
getScenarioDir()
java.io.File
getSessionDir(java.lang.String sessionid)
step.core.plugins.WebPlugin
getWebPlugin()
void
initializeData(step.core.GlobalContext context)
protected abstract void
registerPlugin()
protected abstract void
setupCompareFunctionIfNotExisting(step.core.GlobalContext context)
-
-
-
Method Detail
-
getModuleName
protected abstract java.lang.String getModuleName()
- Specified by:
getModuleName
in classAbstractLicensedControllerPlugin
-
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 interfacestep.core.plugins.ControllerPlugin
- Overrides:
executionControllerStart
in classstep.core.plugins.AbstractControllerPlugin
- Throws:
java.lang.Exception
-
initializeData
public void initializeData(step.core.GlobalContext context) throws java.lang.Exception
- Specified by:
initializeData
in interfacestep.core.plugins.ControllerPlugin
- Overrides:
initializeData
in classstep.core.plugins.AbstractControllerPlugin
- Throws:
java.lang.Exception
-
afterInitializeData
public void afterInitializeData(step.core.GlobalContext context) throws java.lang.Exception
- Specified by:
afterInitializeData
in interfacestep.core.plugins.ControllerPlugin
- Overrides:
afterInitializeData
in classstep.core.plugins.AbstractControllerPlugin
- Throws:
java.lang.Exception
-
getWebPlugin
public step.core.plugins.WebPlugin getWebPlugin()
- Specified by:
getWebPlugin
in interfacestep.core.plugins.ControllerPlugin
- Overrides:
getWebPlugin
in classstep.core.plugins.AbstractControllerPlugin
-
getSessionDir
public java.io.File getSessionDir(java.lang.String sessionid)
-
-