Package org.eclipse.jetty.maven.plugin
Class OverlayManager
java.lang.Object
org.eclipse.jetty.maven.plugin.OverlayManager
OverlayManager
 
 Mediates information about overlays configured in a war plugin.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidapplyOverlays(MavenWebAppContext webApp) Generate an ordered list of overlaysprotected ResourceunpackOverlay(Overlay overlay) Unpack a war overlay. 
- 
Constructor Details
- 
OverlayManager
 
 - 
 - 
Method Details
- 
applyOverlays
- Throws:
 Exception
 - 
getOverlays
Generate an ordered list of overlays- Throws:
 Exception
 - 
unpackOverlay
Unpack a war overlay.- Parameters:
 overlay- the war overlay to unpack- Returns:
 - the location to which it was unpacked
 - Throws:
 IOException
 
 -