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

Packages that use IncludeDirective
net.dpml.library.info Project, resource and library directives. 
 

Uses of IncludeDirective in net.dpml.library.info
 

Methods in net.dpml.library.info that return IncludeDirective
 IncludeDirective[] DependencyDirective.getIncludeDirectives()
          Return the array of resource includes associated with the dependency group.
 IncludeDirective[] DependencyDirective.getIncludeDirectives(Category category)
          Return the array of resource includes associated with the dependency group filtered relative to a supplied category.
 

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