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

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

Uses of InfoDirective in net.dpml.library.info
 

Methods in net.dpml.library.info that return InfoDirective
 InfoDirective ResourceDirective.getInfoDirective()
          Return the info descriptor.
 

Methods in net.dpml.library.info with parameters of type InfoDirective
static ResourceDirective ResourceDirective.createResourceDirective(String name, String version, ResourceDirective.Classifier classifier, String basedir, InfoDirective info, DataDirective[] data, DependencyDirective[] dependencies, Properties properties, FilterDirective[] filters)
          Creation of a new resource directive.
static ModuleDirective ModuleDirective.createModuleDirective(String name, String version, ResourceDirective.Classifier classifier, String basedir, InfoDirective info, DataDirective[] data, DependencyDirective[] dependencies, Properties properties, FilterDirective[] filters, ResourceDirective[] resources)
          Creation of a new module directive.
 

Constructors in net.dpml.library.info with parameters of type InfoDirective
ModuleDirective(String name, String version, ResourceDirective.Classifier classifier, String basedir, InfoDirective info, DataDirective[] data, DependencyDirective[] dependencies, ResourceDirective[] resources, Properties properties, FilterDirective[] filters)
          Creation of a new module directive.