public final class SuppressionsLoader extends AbstractLoader
修飾子とタイプ | メソッドと説明 |
---|---|
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, warning
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, notationDecl, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl
public FilterSet getFilterChain()
public void startElement(String aNamespaceURI, String aLocalName, String aQName, Attributes aAtts) throws SAXException
startElement
インタフェース内 ContentHandler
startElement
クラス内 org.xml.sax.helpers.DefaultHandler
SAXException
public static FilterSet loadSuppressions(String aFilename) throws CheckstyleException
aFilename
- name of the suppresssions file.CheckstyleException
- if an error occurs.Copyright © 2001-2013. All Rights Reserved.