Uses of Class
org.jboss.forge.project.dependencies.ScopeType

Packages that use ScopeType
org.jboss.forge.project.dependencies   
org.jboss.forge.project.facets   
 

Uses of ScopeType in org.jboss.forge.project.dependencies
 

Methods in org.jboss.forge.project.dependencies that return ScopeType
static ScopeType ScopeType.from(String type)
           
 ScopeType DependencyImpl.getScopeTypeEnum()
           
 ScopeType ExcludedDependencyBuilder.getScopeTypeEnum()
           
 ScopeType Dependency.getScopeTypeEnum()
          Get the ScopeType of this Dependency, if the type is not one of the default supported types, OTHER will be returned;
 ScopeType DependencyBuilder.getScopeTypeEnum()
           
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.
 

Methods in org.jboss.forge.project.dependencies with parameters of type ScopeType
 DependencyBuilder ExcludedDependencyBuilder.setScope(ScopeType scope)
           
 void DependencyImpl.setScopeType(ScopeType scope)
           
 DependencyBuilder DependencyBuilder.setScopeType(ScopeType scope)
           
 

Uses of ScopeType in org.jboss.forge.project.facets
 

Methods in org.jboss.forge.project.facets with parameters of type ScopeType
 List<Dependency> DependencyFacet.getDependenciesInScopes(ScopeType... scopes)
          Get a list of this Project's dependencies of the given ScopeType..
 List<Dependency> DependencyFacet.getEffectiveDependenciesInScopes(ScopeType... scopes)
          Get a list of this Project's dependencies of the given ScopeType, from anywhere in the dependency hierarchy.
 



Copyright © 2011 Seam Framework. All Rights Reserved.