ShrinkWrap Resolver Maven API 2.0.0-alpha-2

Uses of Class
org.jboss.shrinkwrap.resolver.api.maven.ScopeType

Packages that use ScopeType
org.jboss.shrinkwrap.resolver.api.maven   
org.jboss.shrinkwrap.resolver.api.maven.coordinate   
 

Uses of ScopeType in org.jboss.shrinkwrap.resolver.api.maven
 

Methods in org.jboss.shrinkwrap.resolver.api.maven that return ScopeType
static ScopeType ScopeType.fromScopeType(String scopeName)
          Maps a string to ScopeType
static ScopeType ScopeType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ScopeType[] ScopeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of ScopeType in org.jboss.shrinkwrap.resolver.api.maven.coordinate
 

Methods in org.jboss.shrinkwrap.resolver.api.maven.coordinate that return ScopeType
 ScopeType MavenDependency.getScope()
          Returns the scope for this MavenDependency.
 

Methods in org.jboss.shrinkwrap.resolver.api.maven.coordinate with parameters of type ScopeType
static MavenDependency MavenDependencies.createDependency(MavenCoordinate coordinate, ScopeType scope, boolean optional, MavenDependencyExclusion... exclusions)
          Creates a new MavenDependency instance from the specified properties.
static MavenDependency MavenDependencies.createDependency(String canonicalForm, ScopeType scope, boolean optional, MavenDependencyExclusion... exclusions)
          Creates a new MavenDependency instance from the specified, required canonical form in format :[:[:]][:], with the additional, optional properties.
 


ShrinkWrap Resolver Maven API 2.0.0-alpha-2

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.