public interface PatcherManager
Modifier and Type | Interface and Description |
---|---|
static interface |
PatcherManager.Patcher |
Modifier and Type | Method and Description |
---|---|
void |
addErrorChecker(Patch p) |
void |
addPatcher(Patch p) |
void |
reportError(String message,
Locator source)
Reports an error during the parsing.
|
void addPatcher(Patch p)
void addErrorChecker(Patch p)
void reportError(String message, Locator source) throws SAXException
source
- location of the error in the source file, or null if
it's unavailable.SAXException
Copyright © 2021 JBoss by Red Hat. All rights reserved.