-
- All Known Implementing Classes:
NGCCRuntimeEx
public interface PatcherManagerManages patchers.- Author:
- Kohsuke Kawaguchi (kk@kohsuke.org)
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfacePatcherManager.Patcher
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddErrorChecker(Patch p)voidaddPatcher(Patch p)voidreportError(java.lang.String message, org.xml.sax.Locator source)Reports an error during the parsing.
-
-
-
Method Detail
-
addPatcher
void addPatcher(Patch p)
-
addErrorChecker
void addErrorChecker(Patch p)
-
reportError
void reportError(java.lang.String message, org.xml.sax.Locator source) throws org.xml.sax.SAXExceptionReports an error during the parsing.- Parameters:
source- location of the error in the source file, or null if it's unavailable.- Throws:
org.xml.sax.SAXException
-
-