net.sourceforge.pmd.rules.design
public class GenericClassCounterRule extends AbstractJavaRule
A generic rule that can be configured to "count" classes of certain type based on either their name (full name, prefix, suffixes anything can be matched with a regex), and/or their type.
Example of configurations:
| Constructor Summary | |
|---|---|
| GenericClassCounterRule()
Default empty constructor | |
| Method Summary | |
|---|---|
| protected void | init() |