Package step.plugins.qftest
Class QFTestPlugin
- java.lang.Object
-
- step.core.plugins.AbstractPlugin
-
- step.core.plugins.AbstractControllerPlugin
-
- step.plugins.licensing.AbstractLicensedControllerPlugin
-
- step.plugins.qftest.QFTestPlugin
-
- All Implemented Interfaces:
step.core.plugins.ControllerPlugin,step.core.plugins.OptionalPlugin
public class QFTestPlugin extends AbstractLicensedControllerPlugin
-
-
Constructor Summary
Constructors Constructor Description QFTestPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecutionControllerStart(step.core.GlobalContext context)protected java.lang.StringgetModuleName()step.core.plugins.WebPlugingetWebPlugin()
-
-
-
Method Detail
-
getModuleName
protected java.lang.String getModuleName()
- Specified by:
getModuleNamein classAbstractLicensedControllerPlugin
-
executionControllerStart
public void executionControllerStart(step.core.GlobalContext context) throws java.lang.Exception- Specified by:
executionControllerStartin interfacestep.core.plugins.ControllerPlugin- Overrides:
executionControllerStartin classstep.core.plugins.AbstractControllerPlugin- Throws:
java.lang.Exception
-
getWebPlugin
public step.core.plugins.WebPlugin getWebPlugin()
- Specified by:
getWebPluginin interfacestep.core.plugins.ControllerPlugin- Overrides:
getWebPluginin classstep.core.plugins.AbstractControllerPlugin
-
-