Uses of Class
aQute.bnd.maven.support.Pom.Scope
-
Packages that use Pom.Scope Package Description aQute.bnd.maven.support -
-
Uses of Pom.Scope in aQute.bnd.maven.support
Methods in aQute.bnd.maven.support that return Pom.Scope Modifier and Type Method Description Pom.Scope
Pom.Dependency. getScope()
static Pom.Scope
Pom.Scope. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Pom.Scope[]
Pom.Scope. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in aQute.bnd.maven.support with parameters of type Pom.Scope 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)
java.io.File
Pom. getLibrary(Pom.Scope action, java.net.URI... repositories)
-