Uses of Class
aQute.bnd.maven.support.Maven
-
Packages that use Maven Package Description aQute.bnd.build aQute.bnd.maven.support -
-
Uses of Maven in aQute.bnd.build
Fields in aQute.bnd.build declared as Maven Modifier and Type Field Description (package private) Maven
Workspace. maven
Methods in aQute.bnd.build that return Maven Modifier and Type Method Description Maven
Workspace. getMaven()
-
Uses of Maven in aQute.bnd.maven.support
Fields in aQute.bnd.maven.support declared as Maven Modifier and Type Field Description (package private) Maven
MavenEntry. maven
(package private) Maven
MavenRemoteRepository. maven
(package private) Maven
Pom. maven
Methods in aQute.bnd.maven.support that return Maven Modifier and Type Method Description Maven
MavenRemoteRepository. getMaven()
Methods in aQute.bnd.maven.support with parameters of type Maven Modifier and Type Method Description void
MavenRemoteRepository. setMaven(Maven maven)
Constructors in aQute.bnd.maven.support with parameters of type Maven Constructor Description MavenEntry(Maven maven, java.lang.String path)
Constructor.Pom(Maven maven, java.io.File pomFile, java.net.URI home)
ProjectPom(Maven maven, java.io.File pomFile)
-