Uses of Interface
cdc.issues.IssuesHandler
-
Packages that use IssuesHandler Package Description cdc.issues cdc.issues.rules -
-
Uses of IssuesHandler in cdc.issues
Classes in cdc.issues that implement IssuesHandler Modifier and Type Class Description classIssuesCollector<I extends Issue>A collector of issues that can delegate issues.classIssuesTee<I extends Issue>classVerboseIssuesHandler<I extends Issue>classVoidIssuesHandlerFields in cdc.issues declared as IssuesHandler Modifier and Type Field Description static IssuesHandler<Issue>IssuesHandler. VOIDMethods in cdc.issues that return IssuesHandler Modifier and Type Method Description IssuesHandler<? super I>IssuesCollector. getDelegate()Constructors in cdc.issues with parameters of type IssuesHandler Constructor Description IssuesCollector(IssuesHandler<? super I> delegate)IssuesTee(IssuesHandler<? super I>... delegates)VerboseIssuesHandler(IssuesHandler<? super I> delegate) -
Uses of IssuesHandler in cdc.issues.rules
Methods in cdc.issues.rules with parameters of type IssuesHandler Modifier and Type Method Description default voidIssuesDetector. analyze(T data, Location location, IssuesHandler<Issue> issuesHandler)Analyzes one data.voidIssuesDetector. analyze(T data, List<Location> locations, IssuesHandler<Issue> issuesHandler)Analyzes one data.default voidRulesCatalog. apply(Project project, IssuesHandler<Issue> issuesHandler, cdc.util.events.ProgressController controller)Checks all data associated to a project with available enabled rules.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.default <T> voidRulesCatalog. apply(String project, String snapshot, Profile profile, DataSource<T> source, IssuesHandler<Issue> issuesHandler, cdc.util.events.ProgressController controller)Checks all possible rules enabled in a profile and matching a data source.
-