public class LinkageChecker extends Object
| Modifier and Type | Method and Description |
|---|---|
static LinkageChecker |
create(Bom bom) |
static LinkageChecker |
create(List<Path> jars,
Iterable<Path> entryPoints) |
com.google.common.collect.ImmutableSetMultimap<SymbolProblem,ClassFile> |
findSymbolProblems()
Returns
SymbolProblems found in the class path and referencing classes for each
problem. |
ClassReferenceGraph |
getClassReferenceGraph() |
public ClassReferenceGraph getClassReferenceGraph()
public static LinkageChecker create(List<Path> jars, Iterable<Path> entryPoints) throws IOException
IOExceptionpublic static LinkageChecker create(Bom bom) throws org.eclipse.aether.RepositoryException, IOException
org.eclipse.aether.RepositoryExceptionIOExceptionpublic com.google.common.collect.ImmutableSetMultimap<SymbolProblem,ClassFile> findSymbolProblems()
SymbolProblems found in the class path and referencing classes for each
problem.Copyright © 2018–2020 Google LLC.. All rights reserved.