- get(int) - Method in class com.google.cloud.tools.opensource.dependencies.DependencyPath
-
Returns the artifact at ith node in the path.
- getArtifact() - Method in class com.google.cloud.tools.opensource.dependencies.ArtifactProblem
-
Returns the Maven artifact that has the problem.
- getArtifactProblems() - Method in class com.google.cloud.tools.opensource.dependencies.DependencyGraphResult
-
Returns problems encountered while constructing the dependency graph.
- getArtifacts() - Method in class com.google.cloud.tools.opensource.dependencies.DependencyPath
-
Returns the list of artifact in the path.
- getBinaryName() - Method in class com.google.cloud.tools.opensource.classpath.ClassFile
-
- getClassPath() - Method in class com.google.cloud.tools.opensource.classpath.ClassPathResult
-
Returns the list of absolute paths to JAR files of resolved Maven artifacts.
- getClassReferenceGraph() - Method in class com.google.cloud.tools.opensource.classpath.LinkageChecker
-
- getCompleteDependencies(Artifact) - Method in class com.google.cloud.tools.opensource.dependencies.DependencyGraphBuilder
-
Finds the full compile time, transitive dependency graph including duplicates and conflicting
versions.
- getContainingClass() - Method in class com.google.cloud.tools.opensource.classpath.SymbolProblem
-
Returns the class that is expected to contain the symbol.
- getCoordinates() - Method in class com.google.cloud.tools.opensource.dependencies.Bom
-
Returns group:artifact:version.
- getDependencyGraph() - Method in class com.google.cloud.tools.opensource.dependencies.DependencyGraphResult
-
- getDependencyPaths(Path) - Method in class com.google.cloud.tools.opensource.classpath.ClassPathResult
-
Returns the dependency path to the JAR file.
- getDirectDependencies(Artifact) - Method in class com.google.cloud.tools.opensource.dependencies.DependencyGraphBuilder
-
Returns the non-transitive compile time dependencies of an artifact.
- getHighestVersionMap() - Method in class com.google.cloud.tools.opensource.dependencies.DependencyGraph
-
- getInputStream(String, String) - Method in class com.google.cloud.tools.opensource.classpath.LinkageCheckClassPath
-
Returns an input stream for a resource in the class path.
- getJar() - Method in class com.google.cloud.tools.opensource.classpath.ClassFile
-
Returns the path to the JAR file containing the class.
- getLeaf() - Method in class com.google.cloud.tools.opensource.dependencies.DependencyPath
-
Returns the artifact in the leaf (the furthest node from the node) of the path.
- getManagedDependencies() - Method in class com.google.cloud.tools.opensource.dependencies.Bom
-
Returns the artifacts found in this BOM's managedDependencies section.
- getMessage(String) - Method in enum com.google.cloud.tools.opensource.classpath.ErrorType
-
Returns a human-friendly message explaining the error of subject.
- getPath() - Method in class com.google.cloud.tools.opensource.dependencies.ArtifactProblem
-
Returns the dependency path to the artifact from the root of the dependency tree.
- getPath() - Method in class com.google.cloud.tools.opensource.dependencies.ExceptionAndPath
-
Returns a path from the root of dependency graph to a dependency node.
- getPaths(String) - Method in class com.google.cloud.tools.opensource.dependencies.DependencyGraph
-
- getStaticLinkageCheckDependencyGraph(List<Artifact>) - Method in class com.google.cloud.tools.opensource.dependencies.DependencyGraphBuilder
-
Finds the full compile time, transitive dependency graph including duplicates, conflicting
versions, and dependencies with 'provided' scope.
- getTransitiveDependencies(Artifact) - Method in class com.google.cloud.tools.opensource.dependencies.DependencyGraphBuilder
-
Finds the complete transitive dependency graph as seen by Maven.