All Classes Interface Summary Class Summary Enum Summary
| Class |
Description |
| AbstractChecker<O> |
Base abstract class of checkers.
|
| AbstractIssueDetector<T> |
|
| AbstractLocation |
|
| AbstractPartChecker<O,P,C extends AbstractPartChecker<O,P,C>> |
|
| AbstractRuleChecker<O> |
Abstract leaf ( Rule) checker.
|
| AnsweredIssue |
(Issue, IssueAnswer) pair.
|
| CheckContext |
Calling context passed to checkers.
|
| CheckResult |
Enumeration of possible test results.
|
| 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.
|
| ConfiguredRule |
Association of a Rule to Parameters.
|
| DataSource<T> |
|
| DefaultLocation |
Default implementation of IssueLocation.
|
| DefaultLocation.Builder |
|
| Diagnosis<I extends Issue> |
A Diagnosis is a list of issues.
|
| FormalParams |
Formal parameters.
|
| FormalParams.Builder |
|
| HasDiagnosis<I extends Issue> |
Interface implemented by classes that can return a Diagnosis.
|
| Issue |
Base class used to describe an Issue (more exactly an occurrence of
detection of an issue).
|
| Issue.Builder<B extends Issue.Builder<B>> |
|
| IssueAnswer |
Interface describing the answer that can be given to an issue.
|
| IssueComment |
Interface describing an issue comment.
|
| IssueId |
Data issue identifier.
|
| IssueId.Builder |
|
| IssueResolution |
Enumeration of possible issue resolutions.
|
| IssuesAndAnswers |
Interface giving access to issues and answers.
|
| IssuesCollector<I extends Issue> |
A collector of issues that can transmit collected issues to a delegate.
|
| IssuesDetector<T> |
Interface implemented by classes that can detect issues.
|
| IssuesDetector.AbstractFactory<T> |
|
| IssuesDetector.Factory<T> |
Interface implemented by classes that can describe
and create an IssuesDetector.
|
| IssueSeverity |
Enumeration of possible issue severities.
|
| IssueSeverityItem |
Interface implemented by classes that have a severity.
|
| IssuesFormat |
Enumeration of possible formats for export and import of issues.
|
| IssuesHandler<I extends Issue> |
Interface implemented by classes that can handle (collect, process, ...) issues.
|
| IssuesIoFactory |
|
| IssuesIoFactoryFeatures |
|
| IssuesIoFactoryFeatures.Builder |
|
| IssuesIoFactoryFeatures.Hint |
|
| IssuesReader |
Interface implemented by classes that can read Issues and Answers
from a File or an OutputStream.
|
| IssuesReader.Settings |
Class used to configure loading of issues.
|
| IssuesReader.Settings.Builder |
|
| IssuesReader.Settings.Hint |
Enumeration of possible hints.
|
| IssuesStreamWriter |
Interface implemented by classes that can be used to save issues at a low level.
|
| IssueStatus |
Enumeration of possible issue statues.
|
| IssuesTee<I extends Issue> |
|
| IssuesWriter |
Interface implemented by classes that can save Issues, Answers, Project, Snapshot
to a File or an OutputStream.
|
| IssueTransition |
Enumeration of possible status/resolution transitions.
|
| IssueUtils |
Utilities dedicated to issues.
|
| LazyChecker<O> |
Implementation of AbstractChecker that lazily delegate the work to a named checker.
|
| LocatedItem |
Interface implemented by classes that have a Location.
|
| LocatedObject<O> |
(Object, Location) pair.
|
| Location |
Base interface used to describe a location inside a resource.
|
| Location.Builder |
|
| Locations |
|
| OutSettings |
Class used to configure the writing of issues.
|
| OutSettings.Builder |
|
| OutSettings.Hint |
Enumeration of possible hints.
|
| Param |
Definition of an effective parameter.
|
| Param.Builder |
|
| Params |
Set of effective parameters.
|
| Params.Builder |
|
| Profile |
Interface describing a Profile.
|
| Project |
Interface describing a Project.
|
| RootChecker<O> |
|
| Rule |
Class used to describe a Rule.
|
| Rule.Builder |
Rule builder.
|
| RuleDescription |
|
| RuleDescription.Builder |
|
| RuleId |
Rule identifier.
|
| RulesCatalog |
Interface implemented by classes that manage domains, rules and
associated services.
|
| RuleUtils |
|
| Snapshot |
Interface describing a snapshot.
|
| SnapshotData |
Interface describing the synthetic data associated to a Snapshot.
|
| SnapshotIssuesAndAnswers |
|
| SnapshotManager |
Interface used to build a snapshot and associated data.
|
| SnapshotManager.Builder<B extends SnapshotManager.Builder<B>> |
Builder of SnapshotManager.
|
| StructuredDescription |
Class used to build simple structured descriptions.
|
| StructuredDescription.Builder<B extends StructuredDescription.Builder<B>> |
|
| TextFileLocation |
Implementation of Location dedicated to text files.
|
| TextFileLocation.Builder |
|
| VerboseIssuesHandler<I extends Issue> |
Implementation of IssuesHandler that logs issues and delegates them to another handler..
|
| VoidIssuesHandler |
|
| WorkbookLocation |
Implementation of Location dedicated to workbooks.
|
| WorkbookLocation.Builder |
|