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

Packages that use ResourceDirective
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 ResourceDirective in net.dpml.library.impl
 

Methods in net.dpml.library.impl that return ResourceDirective
 ResourceDirective DefaultResource.getResourceDirective()
          Return the underlying resource defintion.
 

Uses of ResourceDirective in net.dpml.library.info
 

Subclasses of ResourceDirective in net.dpml.library.info
 class ModuleDirective
          The ModuleDirective class describes a module data-structure.
 

Methods in net.dpml.library.info that return ResourceDirective
static ResourceDirective ResourceDirective.createAnonymousResource(String scheme, String name, String version, String type, Properties properties)
          Creation of a new anonymous resource directive.
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.
 ResourceDirective[] ModuleDirective.getResourceDirectives()
          Return an array of resource directives representing the resources within the module.
 ResourceDirective[] LibraryDirective.getResourceDirectives()
          Return the set of module directives.
 ResourceDirective LibraryDecoder.buildResource(URI uri)
          Construct a resource directive from source.
 

Methods in net.dpml.library.info with parameters of type ResourceDirective
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 ResourceDirective
ModuleDirective(String name, ResourceDirective resource)
          Creation of a new module directive supporting the establishment of an anonymous resource.
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.
LibraryDirective(ImportDirective[] imports, ResourceDirective[] resources, Properties properties)
          Creation of a new library directive.