Uses of Class
aQute.bnd.maven.support.MavenEntry
-
Packages that use MavenEntry Package Description aQute.bnd.maven.support -
-
Uses of MavenEntry in aQute.bnd.maven.support
Fields in aQute.bnd.maven.support declared as MavenEntry Modifier and Type Field Description (package private) MavenEntry
CachedPom. maven
Fields in aQute.bnd.maven.support with type parameters of type MavenEntry Modifier and Type Field Description (package private) java.util.Map<java.lang.String,MavenEntry>
Maven. entries
Methods in aQute.bnd.maven.support that return MavenEntry Modifier and Type Method Description MavenEntry
Maven. getEntry(Pom pom)
MavenEntry
Maven. getEntry(java.lang.String groupId, java.lang.String artifactId, java.lang.String version)
MavenEntry
CachedPom. getMavenEntry()
Constructors in aQute.bnd.maven.support with parameters of type MavenEntry Constructor Description CachedPom(MavenEntry mavenEntry, java.net.URI repo)
CachedPom(MavenEntry mavenEntry, java.net.URI repo, Reporter reporter)
-