Uses of Class
net.dpml.lang.AbstractDirective

Packages that use AbstractDirective
net.dpml.lang The lang package contains a small number of generic common utilities used throught the DPML codebase. 
net.dpml.library.info Project, resource and library directives. 
net.dpml.metro.data Immutable datatypes used to describe a deployment scenario. 
net.dpml.metro.info Immutable datatypes that describe a component type. 
net.dpml.station.info Station interface and immutable datatypes. 
net.dpml.transit.info Data structures supporting long term persistence of transit systems configuration. 
 

Uses of AbstractDirective in net.dpml.lang
 

Subclasses of AbstractDirective in net.dpml.lang
 class Classpath
          A Plugin class contains immutable data about a plugin based on a descriptor resolved from a 'plugin' artifact.
 class Info
          Part info description.
 class ValueDirective
          A object resolvable from primitive arguments.
 

Uses of AbstractDirective in net.dpml.library.info
 

Subclasses of AbstractDirective in net.dpml.library.info
 class FeatureFilterDirective
          Simple value filter.
 class FilterDirective
          Base class for filter directives.
 class InfoDirective
          Info block descriptor.
 class SimpleFilterDirective
          Simple value filter.
 

Uses of AbstractDirective in net.dpml.metro.data
 

Subclasses of AbstractDirective in net.dpml.metro.data
 class ComponentDirective
          Definition of the criteria for an explicit component profile.
 

Uses of AbstractDirective in net.dpml.metro.info
 

Subclasses of AbstractDirective in net.dpml.metro.info
 class Type
          This class contains the meta information about a particular component type.
 

Uses of AbstractDirective in net.dpml.station.info
 

Subclasses of AbstractDirective in net.dpml.station.info
 class ApplicationDescriptor
          The ApplicationDescriptor is immutable datastructure used to describe an application.
 

Uses of AbstractDirective in net.dpml.transit.info
 

Subclasses of AbstractDirective in net.dpml.transit.info
 class CacheDirective
          Description of the Transit cache configuration.
 class CodeBaseDirective
          The CodeBaseDirective is immutable datastructure used to describe a codebase.
 class HostDirective
          Description of a host configuration within Transit.
 class LayoutDirective
          The CodeBaseDirective is immutable datastructure used to describe a codebase.
 class ProxyDirective
          Description of the proxy configuration of a Transit system.
 class TransitDirective
          The CodeBaseDirective is immutable datastructure used to describe a codebase.