| Interface | Description |
|---|---|
| RuleRegistry | Represents a registry of rule classes, accessible by rule name |
| Class | Description |
|---|---|
| PropertiesFileRuleRegistry | Implementation of RuleRegistry that loads the rules from the 'codenarc-base-rules.properties' properties file. |
| RuleRegistryHolder | Holds a reference to the RuleRegistry static singleton |
| RuleRegistryInitializer | Performs initialization (loading) of the RuleRegistry singleton held by RuleRegistryHolder |