Uses of Interface
cdc.issues.locations.LocatedData
-
Packages that use LocatedData Package Description cdc.issues.locations cdc.issues.rules -
-
Uses of LocatedData in cdc.issues.locations
Classes in cdc.issues.locations that implement LocatedData Modifier and Type Class Description classDefaultLocatedData<T>Default implementation ofLocatedData. -
Uses of LocatedData in cdc.issues.rules
Methods in cdc.issues.rules that return types with arguments of type LocatedData Modifier and Type Method Description Spliterator<LocatedData<T>>DataSource. getSpliterator()Method parameters in cdc.issues.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.default <T> voidRulesCatalog. apply(String project, String snapshot, ConfiguredRule configuredRule, Class<T> dataClass, 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.Constructor parameters in cdc.issues.rules with type arguments of type LocatedData Constructor Description DataSource(Class<T> dataClass, Spliterator<LocatedData<T>> spliterator)
-