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

Packages that use AbstractDirective
net.dpml.library.impl Implementation of the project library supporting module, project and resource managment. 
net.dpml.library.info Project, resource and library directives. 
net.dpml.tools.info Immutable datatypes dealing with the Ant-based builder configuration. 
 

Uses of AbstractDirective in net.dpml.library.impl
 

Constructors in net.dpml.library.impl with parameters of type AbstractDirective
DefaultDictionary(DefaultDictionary parent, AbstractDirective directive)
          Creation of a new dictionary.
 

Uses of AbstractDirective in net.dpml.library.info
 

Subclasses of AbstractDirective in net.dpml.library.info
 class DataDirective
          Base class for a data directives.
 class DependencyDirective
          The ModuleDirective class describes a module data-structure.
 class ImportDirective
          The ImportDirective class describes a the import of resource via a file or uri reference.
 class IncludeDirective
          The IncludeDirective class describes a dependency on a named resource.
 class LibraryDirective
          The LibraryDirective class describes a collection of modules together with information about type defintions.
 class ModuleDirective
          The ModuleDirective class describes a module data-structure.
 class ResourceDirective
          The ResourceDirective class describes an available resource.
 class TypeDirective
          The ModuleDirective class describes a module data-structure.
 

Uses of AbstractDirective in net.dpml.tools.info
 

Subclasses of AbstractDirective in net.dpml.tools.info
 class BuilderDirective
          The BuilderDirective class describes the configuration of the build system.
 class ListenerDirective
          The ListenerDirective is an immutable descriptor used to define a build listener to be attached to an Ant project.