Uses of Class
org.eclipse.jetty.maven.plugin.Overlay
Packages that use Overlay
Package
Description
Jetty Maven Plugin : Support for Jetty in Maven build lifecycle
-
Uses of Overlay in org.eclipse.jetty.maven.plugin
Methods in org.eclipse.jetty.maven.plugin that return types with arguments of type OverlayModifier and TypeMethodDescriptionMavenWebAppContext.getOverlays()
OverlayManager.getOverlays()
Generate an ordered list of overlaysMethods in org.eclipse.jetty.maven.plugin with parameters of type OverlayModifier and TypeMethodDescriptionprotected Resource
OverlayManager.unpackOverlay
(Overlay overlay) Unpack a war overlay.Method parameters in org.eclipse.jetty.maven.plugin with type arguments of type OverlayModifier and TypeMethodDescriptionvoid
MavenWebAppContext.setOverlays
(List<Overlay> overlays) Ordered list of wars to overlay on top of the current project.