Uses of Interface
cdc.issues.rules.IssuesDetector
-
Packages that use IssuesDetector Package Description cdc.issues.rules -
-
Uses of IssuesDetector in cdc.issues.rules
Classes in cdc.issues.rules that implement IssuesDetector Modifier and Type Class Description classAbstractIssueDetector<T>Methods in cdc.issues.rules that return IssuesDetector Modifier and Type Method Description default IssuesDetector<T>IssuesDetector.Descriptor. create(String project, String snapshot, ConfiguredRule configuredRule)Creates and configures an IssuesDetector to analyze some rules.default IssuesDetector<T>IssuesDetector.Descriptor. create(String project, String snapshot, ConfiguredRule... configuredRules)Creates and configures an IssuesDetector to analyze some rules.IssuesDetector<T>IssuesDetector.Descriptor. create(String project, String snapshot, Set<ConfiguredRule> configuredRules)Creates and configures an IssuesDetector to analyze some rules.default <T> IssuesDetector<T>RulesCatalog. createIssuesDetector(String project, String snapshot, ConfiguredRule configuredRule, Class<T> dataClass)Creates and configures one IssuesDetector for one rule and parameters.Methods in cdc.issues.rules with parameters of type IssuesDetector 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.static StringIssuesDetector. toString(IssuesDetector<?> detector)
-