- 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.classpath.ClassPathEntry
-
Returns the Maven artifact associated with the JAR file, or null if the JAR file does not have
Maven coordinates.
- getArtifact() - Method in class com.google.cloud.tools.opensource.dependencies.ArtifactProblem
-
Returns the Maven artifact that has the problem.
- getArtifactKeys() - Method in class com.google.cloud.tools.opensource.dependencies.DependencyPath
-
Returns the versionless coordinates of the artifacts in the path.
- getArtifactProblems() - Method in class com.google.cloud.tools.opensource.classpath.ClassPathResult
-
Returns problems encountered while constructing the dependency graph.
- getBinaryName() - Method in class com.google.cloud.tools.opensource.classpath.ClassFile
-
- getChildren(DependencyPath) - Method in class com.google.cloud.tools.opensource.dependencies.DependencyGraph
-
Returns dependency paths from the root to the children of parent.
- getClassBinaryName() - Method in class com.google.cloud.tools.opensource.classpath.Symbol
-
Returns the binary name of the class that contains the symbol.
- getClassPath() - Method in class com.google.cloud.tools.opensource.classpath.ClassPathResult
-
Returns the resolved class path.
- getClassPathEntries(String) - Method in class com.google.cloud.tools.opensource.classpath.ClassPathResult
-
Returns the classpath entries for the transitive dependencies of the specified
artifact.
- getClassPathEntry() - Method in class com.google.cloud.tools.opensource.classpath.ClassFile
-
Returns the class path entry containing the class.
- getClassReferenceGraph() - Method in class com.google.cloud.tools.opensource.classpath.LinkageChecker
-
- getCoordinates() - Method in class com.google.cloud.tools.opensource.dependencies.Bom
-
Returns group:artifact:version.
- getDependency(int) - Method in class com.google.cloud.tools.opensource.dependencies.DependencyPath
-
Returns the ith dependency.
- getDependencyPaths(ClassPathEntry) - Method in class com.google.cloud.tools.opensource.classpath.ClassPathResult
-
Returns all paths to the class path entry or
an empty list if the entry is not in the class path.
- getFileNames() - Method in class com.google.cloud.tools.opensource.classpath.ClassPathEntry
-
Returns the names of the .class files in this entry's jar file.
- 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.
- getLeaf() - Method in class com.google.cloud.tools.opensource.dependencies.DependencyPath
-
Returns the artifact at the end of the path.
- getManagedDependencies() - Method in class com.google.cloud.tools.opensource.dependencies.Bom
-
Returns the artifacts found in this BOM's managedDependencies section.
- getNode() - Method in class com.google.cloud.tools.opensource.dependencies.PathToNode
-
Returns the node in the graph traversal.
- getParentPath() - Method in class com.google.cloud.tools.opensource.dependencies.PathToNode
-
Returns the path from the root of the graph to the parent of the node.
- 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.
- getPaths(String) - Method in class com.google.cloud.tools.opensource.dependencies.DependencyGraph
-
Returns all paths to the specified artifact.
- getRootPath() - Method in class com.google.cloud.tools.opensource.dependencies.DependencyGraph
-
Returns dependency path of the root node.
- getSourceClass() - Method in class com.google.cloud.tools.opensource.classpath.LinkageProblem
-
Returns the class that contains a symbolic reference to a symbol that is not available.
- getSymbol() - Method in class com.google.cloud.tools.opensource.classpath.LinkageProblem
-
Returns the symbol that was not resolved.
- getTargetClass() - Method in class com.google.cloud.tools.opensource.classpath.LinkageProblem
-
Returns the class that is expected to contain the symbol.
- getUnresolvedArtifacts() - Method in class com.google.cloud.tools.opensource.dependencies.DependencyGraph
-
Returns artifacts that could not be resolved during the construction of this graph.
- groupBySymbolProblem(Iterable<LinkageProblem>) - Static method in class com.google.cloud.tools.opensource.classpath.LinkageProblem
-
Returns mapping from symbol problem description to the names of the source classes.