Uses of Class
aQute.bnd.maven.MavenDependencyGraph.Artifact
Packages that use MavenDependencyGraph.Artifact
-
Uses of MavenDependencyGraph.Artifact in aQute.bnd.maven
Fields in aQute.bnd.maven declared as MavenDependencyGraph.ArtifactModifier and TypeFieldDescription(package private) MavenDependencyGraph.Artifact
MavenDependencyGraph.root
Fields in aQute.bnd.maven with type parameters of type MavenDependencyGraph.ArtifactModifier and TypeFieldDescription(package private) final Map<URI,
MavenDependencyGraph.Artifact> MavenDependencyGraph.cache
(package private) List<MavenDependencyGraph.Artifact>
MavenDependencyGraph.Artifact.dependencies
(package private) final List<MavenDependencyGraph.Artifact>
MavenDependencyGraph.dependencies
Methods in aQute.bnd.maven that return MavenDependencyGraph.ArtifactModifier and TypeMethodDescriptionMavenDependencyGraph.getArtifact
(String groupId, String artifactId, String version) Methods in aQute.bnd.maven with parameters of type MavenDependencyGraph.ArtifactModifier and TypeMethodDescriptionvoid
MavenDependencyGraph.Artifact.add
(MavenDependencyGraph.Artifact artifact) void
MavenDependencyGraph.addArtifact
(MavenDependencyGraph.Artifact artifact)