Interface PatcherManager

All Known Implementing Classes:
NGCCRuntimeEx

public interface PatcherManager
Manages patchers.
Author:
Kohsuke Kawaguchi ([email protected])
  • Method Details

    • addPatcher

      void addPatcher(Patch p)
    • addErrorChecker

      void addErrorChecker(Patch p)
    • reportError

      void reportError(String message, Locator source) throws SAXException
      Reports an error during the parsing.
      Parameters:
      source - location of the error in the source file, or null if it's unavailable.
      Throws:
      SAXException