Package org.adempiere.base
Class PostMigrationApplication
java.lang.Object
org.adempiere.base.PostMigrationApplication
- All Implemented Interfaces:
org.eclipse.equinox.app.IApplication
public class PostMigrationApplication
extends Object
implements org.eclipse.equinox.app.IApplication
Eclipse application to run processes that must be executed (sequence check, role access update and synchronize terminology)
after the execution of migration scripts
- Author:
- hengsin
-
Field Summary
Fields inherited from interface org.eclipse.equinox.app.IApplication
EXIT_OK, EXIT_RELAUNCH, EXIT_RESTART
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
PostMigrationApplication
public PostMigrationApplication()
-
-
Method Details
-
start
- Specified by:
start
in interfaceorg.eclipse.equinox.app.IApplication
- Throws:
Exception
-
stop
public void stop()- Specified by:
stop
in interfaceorg.eclipse.equinox.app.IApplication
-