Uses of Class
net.dpml.library.info.Scope

Packages that use Scope
net.dpml.library Library interfaces. 
net.dpml.library.impl Implementation of the project library supporting module, project and resource managment. 
net.dpml.library.info Project, resource and library directives. 
net.dpml.tools Primary interfaces defining a build context and processor. 
net.dpml.tools.impl Ant plugin and context support. 
 

Uses of Scope in net.dpml.library
 

Methods in net.dpml.library with parameters of type Scope
 Resource[] Resource.getAggregatedProviders(Scope scope, boolean expand, boolean sort)
          Return an array of resource that are providers to this resource.
 Resource[] Resource.getClasspathProviders(Scope scope)
          Return a sorted and filtered array of providers.
 Resource[] Resource.getProviders(Scope scope, boolean expand, boolean sort)
          Return an array of resource that are providers to this resource.
 

Uses of Scope in net.dpml.library.impl
 

Methods in net.dpml.library.impl with parameters of type Scope
 Resource[] DefaultResource.getAggregatedProviders(Scope scope, boolean expand, boolean sort)
          Return an array of resource that are providers to this resource.
 Resource[] DefaultResource.getClasspathProviders(Scope scope)
          Return a sorted and filtered array of providers.
 Resource[] DefaultResource.getProviders(Scope scope, boolean expand, boolean sort)
          Return an array of resource that are providers to this resource.
 

Uses of Scope in net.dpml.library.info
 

Fields in net.dpml.library.info declared as Scope
static Scope DependencyDirective.BUILD
          BUILD scope.
static Scope Scope.BUILD
          Build scope.
static Scope DependencyDirective.RUNTIME
          RUNTIME scope.
static Scope Scope.RUNTIME
          Runtime scope.
static Scope DependencyDirective.TEST
          TEST scope.
static Scope Scope.TEST
          Test scope.
 

Methods in net.dpml.library.info that return Scope
 Scope DependencyDirective.getScope()
          Return the dependency scope.
static Scope Scope.parse(String value)
          Return a scope value matching the supplied value.
static Scope[] Scope.values()
          Returns an array of activation enum values.
 

Methods in net.dpml.library.info with parameters of type Scope
 DependencyDirective ResourceDirective.getDependencyDirective(Scope scope)
          Return an dependency directive matching a supplied scope.
 

Constructors in net.dpml.library.info with parameters of type Scope
DependencyDirective(Scope scope, IncludeDirective[] includes)
          Creation of a new dependency directive.
DependencyDirective(Scope scope, IncludeDirective[] includes, Properties properties)
          Creation of a new dependency directive.
 

Uses of Scope in net.dpml.tools
 

Methods in net.dpml.tools with parameters of type Scope
 Path Context.createPath(Scope scope)
          Utility operation to construct a new classpath path instance.
 Path Context.getPath(Scope scope)
          Return an Ant path suitable for compile or runtime usage.
 

Uses of Scope in net.dpml.tools.impl
 

Methods in net.dpml.tools.impl with parameters of type Scope
 Path DefaultContext.createPath(Scope scope)
          Utility operation to construct a new classpath path instance.
 Path DefaultContext.getPath(Scope scope)
          Return an Ant path suitable for comile or runtime usage.