public class RuleSetFactoryCompatibility extends Object
| Constructor and Description |
|---|
RuleSetFactoryCompatibility()
Creates a new instance of the compatibility filter with the built-in
filters for the modified PMD rules.
|
| Modifier and Type | Method and Description |
|---|---|
Reader |
filterRuleSetFile(InputStream stream)
Applies all configured filters against the given input stream.
|
public RuleSetFactoryCompatibility()
public Reader filterRuleSetFile(InputStream stream) throws IOException
stream - the original ruleset file input streamIOException - if the stream couldn't be readCopyright © 2002–2017 PMD. All rights reserved.