Uses of Interface
net.dpml.library.Type

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

Methods in net.dpml.library that return Type
 Type TypeBuilder.buildType(ClassLoader classloader, TypeDirective type)
          Construct a type instance using a supplied classloader and type production directive.
 Type[] Resource.getTypes()
          Return the expanded array of types associated with the resource.
 Type Resource.getType(String id)
          Return a resource type relative to a supplied type id.
 

Methods in net.dpml.library with parameters of type Type
static String Feature.resolve(Resource resource, Feature feature, Type type)
          Return the value of a feature.
static String Feature.resolve(Resource resource, Feature feature, Type type, boolean alias)
          Return the value of a feature.
 

Uses of Type in net.dpml.library.impl
 

Methods in net.dpml.library.impl that return Type
 Type[] DefaultResource.getTypes()
          Return the expanded array of types associated with the resource.
 Type DefaultResource.getType(String id)
          Return a resource type relative to a supplied type id.
 

Uses of Type in net.dpml.library.info
 

Classes in net.dpml.library.info that implement Type
 class TypeDirective
          The ModuleDirective class describes a module data-structure.