com.puppycrawl.tools.checkstyle.filters
public final class SuppressionsLoader extends AbstractLoader
Method Summary | |
---|---|
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) {@inheritDoc} * |
Returns: the loaded filter chain.
Parameters: aFilename name of the suppresssions file.
Returns: the filter chain of suppression elements specified in the file.
Throws: CheckstyleException if an error occurs.