Uses of Class
aQute.bnd.maven.MavenDependencyGraph.Artifact
-
Packages that use MavenDependencyGraph.Artifact Package Description aQute.bnd.maven -
-
Uses of MavenDependencyGraph.Artifact in aQute.bnd.maven
Fields in aQute.bnd.maven declared as MavenDependencyGraph.Artifact Modifier and Type Field Description (package private) MavenDependencyGraph.Artifact
MavenDependencyGraph. root
Fields in aQute.bnd.maven with type parameters of type MavenDependencyGraph.Artifact Modifier and Type Field Description (package private) java.util.Map<java.net.URI,MavenDependencyGraph.Artifact>
MavenDependencyGraph. cache
(package private) java.util.List<MavenDependencyGraph.Artifact>
MavenDependencyGraph.Artifact. dependencies
(package private) java.util.List<MavenDependencyGraph.Artifact>
MavenDependencyGraph. dependencies
Methods in aQute.bnd.maven that return MavenDependencyGraph.Artifact Modifier and Type Method Description MavenDependencyGraph.Artifact
MavenDependencyGraph. getArtifact(java.lang.String groupId, java.lang.String artifactId, java.lang.String version)
Methods in aQute.bnd.maven with parameters of type MavenDependencyGraph.Artifact Modifier and Type Method Description void
MavenDependencyGraph.Artifact. add(MavenDependencyGraph.Artifact artifact)
void
MavenDependencyGraph. addArtifact(MavenDependencyGraph.Artifact artifact)
-