net.sourceforge.pmd.rules.design

Class GenericClassCounterRule

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:

Author: Ryan Gutafson, rgustav@users.sourceforge.net Romain PELISSE, belaran@gmail.com

Constructor Summary
GenericClassCounterRule()
Default empty constructor
Method Summary
protected voidinit()

Constructor Detail

GenericClassCounterRule

public GenericClassCounterRule()
Default empty constructor

Method Detail

init

protected void init()