Uses of Class
cdc.issues.api.Issue
-
Packages that use Issue Package Description cdc.issues.api cdc.issues.api.io cdc.issues.api.rules -
-
Uses of Issue in cdc.issues.api
Classes in cdc.issues.api with type parameters of type Issue Modifier and Type Class Description static classIssue.AbstractIssueBuilder<B extends Issue.AbstractIssueBuilder<B,I>,I extends Issue>classIssuesCollector<I extends Issue>A collector of issues that can delegate issues.interfaceIssuesHandler<I extends Issue>Interface implemented by classes that can handle (collect, process, ...) issues.classVerboseIssuesHandler<I extends Issue>Fields in cdc.issues.api with type parameters of type Issue Modifier and Type Field Description static IssuesHandler<Issue>IssuesHandler. VOIDMethods in cdc.issues.api that return Issue Modifier and Type Method Description IssueIssue.Builder. build()Methods in cdc.issues.api with parameters of type Issue Modifier and Type Method Description voidVoidIssuesHandler. issue(Issue issue)Method parameters in cdc.issues.api with type arguments of type Issue Modifier and Type Method Description voidVoidIssuesHandler. issues(Iterable<? extends Issue> issues) -
Uses of Issue in cdc.issues.api.io
Methods in cdc.issues.api.io that return types with arguments of type Issue Modifier and Type Method Description List<Issue>IssuesReader. load(File file)static List<Issue>IssuesReader. load(File file, IssuesFactoryFeatures features)Method parameters in cdc.issues.api.io with type arguments of type Issue Modifier and Type Method Description voidIssuesWriter. save(List<? extends Issue> issues, File file)Saves a list of issues to a file.static voidIssuesWriter. save(List<? extends Issue> issues, File file, IssuesFactoryFeatures features)Saves a list of issues to a file. -
Uses of Issue in cdc.issues.api.rules
Method parameters in cdc.issues.api.rules with type arguments of type Issue Modifier and Type Method Description voidIssuesDetector. analyze(T data, Location location, IssuesHandler<Issue> issuesHandler)Analyzes one data.static <T> voidRulesCatalog. apply(IssuesDetector<T> detector, Spliterator<LocatedData<T>> spliterator, IssuesHandler<Issue> issuesHandler, cdc.util.events.ProgressController controller)Applies an IssuesDetector to data provided by a Spliterator.<T> voidRulesCatalog. apply(Rule rule, Class<T> dataClass, Params params, Spliterator<LocatedData<T>> spliterator, IssuesHandler<Issue> issuesHandler, cdc.util.events.ProgressController controller)Creates and configures an appropriate IssuesDetector, and applies it to data provided by a Spliterator.<T> voidRulesCatalog. apply(Class<T> dataClass, Params params, Spliterator<LocatedData<T>> spliterator, IssuesHandler<Issue> issuesHandler, cdc.util.events.ProgressController controller)Create all possible IssueDectectors for a data class, configures them with all supported rules, and apply them to data provided by a Spliterator.
-