Package step.plugins.pdftest.migration
Class MigrationTasksRegistrationPlugin
- java.lang.Object
-
- step.core.plugins.AbstractPlugin
-
- step.core.plugins.AbstractControllerPlugin
-
- step.plugins.licensing.AbstractLicensedControllerPlugin
-
- step.plugins.pdftest.migration.MigrationTasksRegistrationPlugin
-
- All Implemented Interfaces:
step.core.plugins.ControllerPlugin,step.core.plugins.OptionalPlugin
public class MigrationTasksRegistrationPlugin extends AbstractLicensedControllerPlugin
This plugin is responsible for the registration of the migration tasks
-
-
Constructor Summary
Constructors Constructor Description MigrationTasksRegistrationPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecutionControllerStart(step.core.GlobalContext context)protected StringgetModuleName()
-
-
-
Method Detail
-
getModuleName
protected String getModuleName()
- Specified by:
getModuleNamein classAbstractLicensedControllerPlugin
-
executionControllerStart
public void executionControllerStart(step.core.GlobalContext context) throws Exception- Specified by:
executionControllerStartin interfacestep.core.plugins.ControllerPlugin- Overrides:
executionControllerStartin classstep.core.plugins.AbstractControllerPlugin- Throws:
Exception
-
-