Uses of Interface
cdc.issues.api.locations.LocatedData
-
Packages that use LocatedData Package Description cdc.issues.api.locations cdc.issues.api.rules -
-
Uses of LocatedData in cdc.issues.api.locations
Classes in cdc.issues.api.locations that implement LocatedData Modifier and Type Class Description classDefaultLocatedData<T>Default implementation ofLocatedData. -
Uses of LocatedData in cdc.issues.api.rules
Method parameters in cdc.issues.api.rules with type arguments of type LocatedData Modifier and Type Method Description 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.
-