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

Packages that use ModuleDirective
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. 
 

Uses of ModuleDirective in net.dpml.library
 

Methods in net.dpml.library that return ModuleDirective
 ModuleDirective Module.export()
          Return a directive suitable for publication as an external description.
 

Uses of ModuleDirective in net.dpml.library.impl
 

Methods in net.dpml.library.impl that return ModuleDirective
 ModuleDirective DefaultModule.export()
          Return a directive suitable for publication as an external description.
 

Uses of ModuleDirective in net.dpml.library.info
 

Methods in net.dpml.library.info that return ModuleDirective
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.
 

Methods in net.dpml.library.info with parameters of type ModuleDirective
 void LibraryEncoder.export(ModuleDirective module, OutputStream output)
          Write a module directive to an output stream as a portable XML definition.