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

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

Uses of ImportDirective in net.dpml.library.info
 

Methods in net.dpml.library.info that return ImportDirective
 ImportDirective[] LibraryDirective.getImportDirectives()
          Return the set of module imports.
 

Constructors in net.dpml.library.info with parameters of type ImportDirective
LibraryDirective(ImportDirective[] imports, ResourceDirective[] resources, Properties properties)
          Creation of a new library directive.