Package step.migration.tasks
Class EnterpriseMigrationTasksPlugin
- java.lang.Object
-
- step.core.plugins.AbstractPlugin
-
- step.core.plugins.AbstractControllerPlugin
-
- step.migration.tasks.EnterpriseMigrationTasksPlugin
-
- All Implemented Interfaces:
step.core.plugins.ControllerPlugin
,step.core.plugins.OptionalPlugin
,step.framework.server.ServerPlugin<step.core.GlobalContext>
public class EnterpriseMigrationTasksPlugin extends step.core.plugins.AbstractControllerPlugin
This plugin is responsible for the registration of the migration tasks
-
-
Constructor Summary
Constructors Constructor Description EnterpriseMigrationTasksPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
serverStart(step.core.GlobalContext context)
-
-
-
Method Detail
-
serverStart
public void serverStart(step.core.GlobalContext context) throws java.lang.Exception
- Specified by:
serverStart
in interfacestep.framework.server.ServerPlugin<step.core.GlobalContext>
- Overrides:
serverStart
in classstep.core.plugins.AbstractControllerPlugin
- Throws:
java.lang.Exception
-
-