Uses of Class
org.jboss.dna.maven.MavenDependency.Scope

Packages that use MavenDependency.Scope
org.jboss.dna.maven   
 

Uses of MavenDependency.Scope in org.jboss.dna.maven
 

Methods in org.jboss.dna.maven that return MavenDependency.Scope
static MavenDependency.Scope MavenDependency.Scope.getDefault()
           
 MavenDependency.Scope MavenDependency.getScope()
          The scope of the dependency - compile, runtime, test, system, and provided.
static MavenDependency.Scope MavenDependency.Scope.valueByText(java.lang.String suffix, boolean useDefault)
           
static MavenDependency.Scope MavenDependency.Scope.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MavenDependency.Scope[] MavenDependency.Scope.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.jboss.dna.maven that return types with arguments of type MavenDependency.Scope
static java.util.EnumSet<MavenDependency.Scope> MavenDependency.Scope.getRuntimeScopes()
           
 

Methods in org.jboss.dna.maven with parameters of type MavenDependency.Scope
 void MavenDependency.setScope(MavenDependency.Scope scope)
           
 



Copyright © 2008. All Rights Reserved.