| AbstractChecker |
Base abstract class of checkers.
|
| AbstractPartChecker |
|
| CheckContext |
Calling context passed to checkers.
|
| CheckResult |
Enumeration of possible test results.
|
| CheckStats |
Utility designed to accumulate statistics on passed and ignored checks on items.
|
| CompositeChecker |
Specialization of AbstractChecker that aggregates checkers dedicated to the same object type.
|
| CompositeRulesCatalog |
Implementation of RulesCatalog that aggregates delegates catalogs.
|
| IssuesDetector |
Interface implemented by classes that can detect issues.
|
| IssuesDetector.Factory |
Interface implemented by classes that can describe
and create an IssuesDetector.
|
| RulesCatalog |
Interface implemented by classes that manage domains, rules and
associated services.
|
| SnapshotManager |
Interface used to build a snapshot and associated data.
|
| SnapshotManager.Builder |
Builder of SnapshotManager.
|