Interface ModulePatchExecuter

All Known Implementing Classes:
ModulePatchExecuterImpl

public interface ModulePatchExecuter
Module patch service interface
Since:
2.2
Author:
Roy Wetherall
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Init the schema version number
    void
    register(ModulePatch modulePatch)
    Register module patch with the module patch executer
  • Method Details

    • register

      void register(ModulePatch modulePatch)
      Register module patch with the module patch executer
      Parameters:
      modulePatch - module patch
    • initSchemaVersion

      void initSchemaVersion()
      Init the schema version number