public class RuleSetFactoryCompatibility
extends java.lang.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 |
|---|---|
java.io.Reader |
filterRuleSetFile(java.io.InputStream stream)
Applies all configured filters against the given input stream.
|
public RuleSetFactoryCompatibility()
public java.io.Reader filterRuleSetFile(java.io.InputStream stream)
throws java.io.IOException
stream - the original ruleset file input streamjava.io.IOException - if the stream couldn't be readCopyright © 2002–2018 PMD. All rights reserved.