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
  • Constructor Details

    • PostMigrationApplication

      public PostMigrationApplication()
  • Method Details

    • start

      public Object start(org.eclipse.equinox.app.IApplicationContext context) throws Exception
      Specified by:
      start in interface org.eclipse.equinox.app.IApplication
      Throws:
      Exception
    • stop

      public void stop()
      Specified by:
      stop in interface org.eclipse.equinox.app.IApplication