Uses of Class
net.dpml.transit.info.LayoutDirective

Packages that use LayoutDirective
net.dpml.transit.info Data structures supporting long term persistence of transit systems configuration. 
 

Uses of LayoutDirective in net.dpml.transit.info
 

Fields in net.dpml.transit.info declared as LayoutDirective
static LayoutDirective[] CacheDirective.EMPTY_LAYOUTS
          Empty layout array.
 

Methods in net.dpml.transit.info that return LayoutDirective
 LayoutDirective[] CacheDirective.getLayoutDirectives()
          Return the supplimentary layout plugin configurations.
 

Constructors in net.dpml.transit.info with parameters of type LayoutDirective
CacheDirective(String cache, String cacheLayout, String local, String localLayout, LayoutDirective[] layouts, HostDirective[] hosts)
          Create a new CacheDirective.