Uses of Enum Class
aQute.bnd.maven.support.Pom.Scope
Packages that use Pom.Scope
-
Uses of Pom.Scope in aQute.bnd.maven.support
Fields in aQute.bnd.maven.support declared as Pom.ScopeMethods in aQute.bnd.maven.support that return Pom.ScopeModifier and TypeMethodDescriptionPom.Dependency.getScope()
static Pom.Scope
Returns the enum constant of this class with the specified name.static Pom.Scope[]
Pom.Scope.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in aQute.bnd.maven.support with parameters of type Pom.ScopeModifier and TypeMethodDescriptionPom.getDependencies
(Pom.Scope scope, URI... urls) ProjectPom.getDependencies
(Pom.Scope action) Pom.getLibrary
(Pom.Scope action, URI... repositories)