| AbstractChecker<O> |
Base abstract class of checkers.
|
| AbstractIssueDetector<T> |
|
| AbstractPartChecker<O,P,C extends AbstractPartChecker<O,P,C>> |
|
| AbstractRuleChecker<O> |
Abstract leaf ( Rule) checker.
|
| CheckContext |
Calling context passed to checkers.
|
| CheckStats<I> |
Utility designed to accumulate statistics on passed and ignored checks on items.
|
| CompositeChecker<O> |
Specialization of AbstractChecker that aggregates checkers dedicated to the same object type.
|
| CompositeRulesCatalog |
Implementation of RulesCatalog that aggregates delegates catalogs.
|
| IssuesDetector.AbstractFactory<T> |
|
| LazyChecker<O> |
Implementation of AbstractChecker that lazily delegate the work to a named checker.
|
| RootChecker<O> |
|
| SnapshotManager |
Interface used to build a snapshot and associated data.
|
| SnapshotManager.Builder<B extends SnapshotManager.Builder<B>> |
Builder of SnapshotManager.
|