| Package | Description |
|---|---|
| com.google.cloud.tools.opensource.classpath |
| Modifier and Type | Method and Description |
|---|---|
ClassPathEntry |
ClassFile.getClassPathEntry()
Returns the class path entry containing the class.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<ClassPathEntry> |
ClassPathResult.getClassPath()
Returns the resolved class path.
|
com.google.common.collect.ImmutableSet<ClassPathEntry> |
ClassPathResult.getClassPathEntries(String coordinates)
Returns the classpath entries for the transitive dependencies of the specified
artifact.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<DependencyPath> |
ClassPathResult.getDependencyPaths(ClassPathEntry entry)
Returns all paths to the class path entry or
an empty list if the entry is not in the class path.
|
| Modifier and Type | Method and Description |
|---|---|
static LinkageChecker |
LinkageChecker.create(List<ClassPathEntry> classPath) |
static LinkageChecker |
LinkageChecker.create(List<ClassPathEntry> classPath,
Iterable<ClassPathEntry> entryPoints,
Path exclusionFile)
Returns Linkage Checker for
classPath. |
static LinkageChecker |
LinkageChecker.create(List<ClassPathEntry> classPath,
Iterable<ClassPathEntry> entryPoints,
Path exclusionFile)
Returns Linkage Checker for
classPath. |
String |
ClassPathResult.formatDependencyPaths(Iterable<ClassPathEntry> entries)
Returns text describing dependency paths to class path entries in the dependency tree.
|
| Constructor and Description |
|---|
ClassFile(ClassPathEntry classPathEntry,
String className) |
| Constructor and Description |
|---|
ClassPathResult(com.google.common.collect.ListMultimap<ClassPathEntry,DependencyPath> dependencyPaths,
Iterable<UnresolvableArtifactProblem> artifactProblems) |
Copyright © 2018–2021 Google LLC.. All rights reserved.