Uses of Class
aQute.bnd.maven.support.Pom
-
Packages that use Pom Package Description aQute.bnd.maven.support -
-
Uses of Pom in aQute.bnd.maven.support
Subclasses of Pom in aQute.bnd.maven.support Modifier and Type Class Description class
CachedPom
class
ProjectPom
Methods in aQute.bnd.maven.support that return Pom Modifier and Type Method Description Pom
Pom.Dependency. getPom()
Methods in aQute.bnd.maven.support that return types with arguments of type Pom Modifier and Type Method Description java.util.Set<Pom>
Pom. getDependencies(Pom.Scope scope, java.net.URI... urls)
java.util.Set<Pom>
ProjectPom. getDependencies(Pom.Scope action)
Methods in aQute.bnd.maven.support with parameters of type Pom Modifier and Type Method Description MavenEntry
Maven. getEntry(Pom pom)
-