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

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

Uses of HostDirective in net.dpml.transit.info
 

Fields in net.dpml.transit.info declared as HostDirective
static HostDirective[] CacheDirective.EMPTY_HOSTS
          Empty resource host array.
 

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

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