Package step.plugins.compare.image
Class ImageComparePlugin
- java.lang.Object
-
- step.core.plugins.AbstractPlugin
-
- step.core.plugins.AbstractControllerPlugin
-
- step.plugins.licensing.AbstractLicensedControllerPlugin
-
- step.plugins.compare.AbstractComparePlugin
-
- step.plugins.compare.image.ImageComparePlugin
-
- All Implemented Interfaces:
step.core.plugins.ControllerPlugin
,step.core.plugins.OptionalPlugin
,step.framework.server.ServerPlugin<step.core.GlobalContext>
public class ImageComparePlugin extends AbstractComparePlugin
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
SCENARIO_DIR_FILE_PROP
-
Fields inherited from class step.plugins.compare.AbstractComparePlugin
context
-
-
Constructor Summary
Constructors Constructor Description ImageComparePlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AbstractCompareFunctionType
getCompareFunctionType(step.core.GlobalContext context)
protected step.functions.editors.FunctionEditor
getFunctionEditor()
protected java.lang.String
getModuleName()
java.io.File
getScenarioDir()
protected void
registerPlugin()
protected void
setupCompareFunctionIfNotExisting(step.core.GlobalContext context)
protected void
setupImageCompareFunctionIfNotExisting(step.core.GlobalContext context)
-
Methods inherited from class step.plugins.compare.AbstractComparePlugin
afterInitializeData, getSessionDir, getWebPlugin, initializeData, serverStart
-
-
-
-
Field Detail
-
SCENARIO_DIR_FILE_PROP
public static final java.lang.String SCENARIO_DIR_FILE_PROP
- See Also:
- Constant Field Values
-
-
Method Detail
-
getModuleName
protected java.lang.String getModuleName()
- Specified by:
getModuleName
in classAbstractComparePlugin
-
setupCompareFunctionIfNotExisting
protected void setupCompareFunctionIfNotExisting(step.core.GlobalContext context)
- Specified by:
setupCompareFunctionIfNotExisting
in classAbstractComparePlugin
-
getCompareFunctionType
protected AbstractCompareFunctionType getCompareFunctionType(step.core.GlobalContext context)
- Specified by:
getCompareFunctionType
in classAbstractComparePlugin
-
getFunctionEditor
protected step.functions.editors.FunctionEditor getFunctionEditor()
- Specified by:
getFunctionEditor
in classAbstractComparePlugin
-
registerPlugin
protected void registerPlugin()
- Specified by:
registerPlugin
in classAbstractComparePlugin
-
setupImageCompareFunctionIfNotExisting
protected void setupImageCompareFunctionIfNotExisting(step.core.GlobalContext context)
-
getScenarioDir
public java.io.File getScenarioDir()
- Specified by:
getScenarioDir
in classAbstractComparePlugin
-
-