Uses of Class
net.dpml.transit.Layout

Packages that use Layout
net.dpml.transit The transit package contains the primary runtime classes within the Transit resource management system. 
net.dpml.transit.layout Standard layout strategies. 
 

Uses of Layout in net.dpml.transit
 

Methods in net.dpml.transit that return Layout
 Layout Transit.getCacheLayout()
          Return the cache layout.
static Layout Layout.getLayout(String id)
          Return a location resolver capable for supporting the supplied id.
 

Uses of Layout in net.dpml.transit.layout
 

Subclasses of Layout in net.dpml.transit.layout
 class ClassicLayout
          The ClassicLayout decodes artifacts into the Classic/Maven layout of artifacts on a file system or http server.
 class EclipseLayout
          The EclipseLayout decodes artifacts into the Eclipse specified layout of artifacts on a file system or http server.
 class ModernLayout
          The ModernLayout decodes artifacts into a layout scheme that follows the convention of group/name/version/expanded-name pattern.