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

Packages that use TypeDirective
net.dpml.library Library interfaces. 
net.dpml.library.info Project, resource and library directives. 
 

Uses of TypeDirective in net.dpml.library
 

Methods in net.dpml.library with parameters of type TypeDirective
 Type TypeBuilder.buildType(ClassLoader classloader, TypeDirective type)
          Construct a type instance using a supplied classloader and type production directive.
 

Uses of TypeDirective in net.dpml.library.info
 

Methods in net.dpml.library.info that return TypeDirective
 TypeDirective ResourceDirective.getTypeDirective(String name)
          Return an named type.
 TypeDirective[] ResourceDirective.getTypeDirectives()
          Return an array of types representing artifacts associated with the resource.