Forge - Shell API 1.2.0.Final

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 Dependency.getScopeTypeEnum()
          Get the ScopeType of this Dependency, if the type is not one of the default supported types, OTHER will be returned;
 ScopeType ExcludedDependencyBuilder.getScopeTypeEnum()
           
 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
 Dependency DependencyInstaller.install(Project project, Dependency dependency, ScopeType type)
          Install given Dependency with the given ScopeType.
 Dependency DependencyInstaller.install(Project project, Dependency dependency, ScopeType type, DependencyFilter filter)
          Install given Dependency with the given ScopeType and DependencyFilter.
 Dependency DependencyInstaller.installManaged(Project project, Dependency dependency, ScopeType type)
          Install given managed Dependency with the given ScopeType .
 Dependency DependencyInstaller.installManaged(Project project, Dependency dependency, ScopeType type, DependencyFilter filter)
          Install given managed Dependency with the given ScopeType and DependencyFilter.
 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.
 


Forge - Shell API 1.2.0.Final

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