public final class LinkageProblemCauseAnnotator extends Object
LinkageProblems with LinkageProblemCauses.| Modifier and Type | Method and Description |
|---|---|
static void |
annotate(ClassPathBuilder classPathBuilder,
ClassPathResult rootResult,
Iterable<LinkageProblem> linkageProblems)
Annotates the cause field of
LinkageProblems with the LinkageProblemCause. |
public static void annotate(ClassPathBuilder classPathBuilder, ClassPathResult rootResult, Iterable<LinkageProblem> linkageProblems) throws IOException
LinkageProblems with the LinkageProblemCause.classPathBuilder - class path builder to resolve dependency graphsrootResult - the class path used for generating the linkage problemslinkageProblems - linkage problems to annotateIOException - when there is a problem reading JAR filesCopyright © 2018–2021 Google LLC.. All rights reserved.