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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
applyOverlays
(MavenWebAppContext webApp) Generate an ordered list of overlaysprotected Resource
unpackOverlay
(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
-