|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.xml.sax.helpers.DefaultHandler com.puppycrawl.tools.checkstyle.api.AbstractLoader com.puppycrawl.tools.checkstyle.filters.SuppressionsLoader
Loads a filter chain of suppressions.
Method Summary | |
FilterSet |
getFilterChain()
Returns the loaded filter chain. |
static FilterSet |
loadSuppressions(java.lang.String aFilename)
Returns the suppression filters in a specified file. |
void |
startElement(java.lang.String aNamespaceURI,
java.lang.String aLocalName,
java.lang.String aQName,
org.xml.sax.Attributes aAtts)
|
Methods inherited from class com.puppycrawl.tools.checkstyle.api.AbstractLoader |
error, fatalError, parseInputSource, resolveEntity, warning |
Methods inherited from class org.xml.sax.helpers.DefaultHandler |
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, notationDecl, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public FilterSet getFilterChain()
public void startElement(java.lang.String aNamespaceURI, java.lang.String aLocalName, java.lang.String aQName, org.xml.sax.Attributes aAtts) throws org.xml.sax.SAXException
org.xml.sax.SAXException
DefaultHandler
public static FilterSet loadSuppressions(java.lang.String aFilename) throws CheckstyleException
aFilename
- name of the suppresssions file.
CheckstyleException
- if an error occurs.
|
Back to the Checkstyle Home Page | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |