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
Fields in aQute.bnd.maven.support declared as Pom.Scope Modifier and Type Field Description (package private) Pom.ScopePom.Dependency. scopeMethods in aQute.bnd.maven.support that return Pom.Scope Modifier and Type Method Description Pom.ScopePom.Dependency. getScope()static Pom.ScopePom.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.FilePom. getLibrary(Pom.Scope action, java.net.URI... repositories)
-