Uses of Interface
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. 
 

Uses of Layout in net.dpml.transit
 

Classes in net.dpml.transit that implement Layout
(package private)  class net.dpml.transit.AbstractLayout
          Abstract base class for layout implementations.
 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.
 

Methods in net.dpml.transit that return Layout
 Layout Transit.getCacheLayout()
          Return the cache layout.
 Layout Transit.getLayout(String id)
          Return a layout object matching the supplied identifier.
 Layout SecuredTransitContext.getLayout(String id)
          Return a layout object matching the supplied identifier.
 Layout SecuredTransitContext.getCacheLayout()
          Return the cache layout.
 Layout LayoutRegistry.getLayout(String id)
          Return a location resolver capable for supporting the supplied id.
 Layout CacheHandler.getLayout()
          Return the layout used by the cache.