Uses of Class
aQute.bnd.maven.support.Pom.Scope

Packages that use Pom.Scope
aQute.bnd.maven.support   
 

Uses of Pom.Scope in aQute.bnd.maven.support
 

Methods in aQute.bnd.maven.support that return Pom.Scope
 Pom.Scope Pom.Dependency.getScope()
           
static Pom.Scope Pom.Scope.valueOf(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
 Set<Pom> ProjectPom.getDependencies(Pom.Scope action)
           
 Set<Pom> Pom.getDependencies(Pom.Scope scope, URI... urls)
           
 File Pom.getLibrary(Pom.Scope action, URI... repositories)
           
 



Copyright © 2012 aQute SARL. All Rights Reserved.