Interface ModulePatch

    • Method Detail

      • getId

        String getId()
        Returns:
        module patch id
      • getDescription

        String getDescription()
        Returns:
        module patch description
      • getModuleId

        String getModuleId()
        Returns:
        module id this patch applies to
      • getFixesFromSchema

        int getFixesFromSchema()
        Returns:
        smallest module schema number that this patch may be applied to
      • getFixesToSchema

        int getFixesToSchema()
        Returns:
        largest module schema number that this patch may be applied to
      • getTargetSchema

        int getTargetSchema()
        Returns:
        module schema number that this patch attempts to bring the repo up to
      • apply

        void apply()
        Apply the module patch