public final class SuppressionsLoader extends AbstractLoader
| Modifier and Type | Method and Description |
|---|---|
FilterSet |
getFilterChain()
Returns the loaded filter chain.
|
static FilterSet |
loadSuppressions(String aFilename)
Returns the suppression filters in a specified file.
|
void |
startElement(String aNamespaceURI,
String aLocalName,
String aQName,
Attributes aAtts) |
error, fatalError, parseInputSource, resolveEntity, warningcharacters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, notationDecl, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDeclpublic FilterSet getFilterChain()
public void startElement(String aNamespaceURI, String aLocalName, String aQName, Attributes aAtts) throws SAXException
startElement in interface ContentHandlerstartElement in class DefaultHandlerSAXExceptionpublic static FilterSet loadSuppressions(String aFilename) throws CheckstyleException
aFilename - name of the suppresssions file.CheckstyleException - if an error occurs.Copyright © 2001-2012. All Rights Reserved.