Uses of Class
org.eclipse.jetty.maven.plugin.Overlay
-
Packages that use Overlay Package Description org.eclipse.jetty.maven.plugin 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 Overlay Modifier and Type Method Description java.util.List<Overlay>
JettyWebAppContext. getOverlays()
Methods in org.eclipse.jetty.maven.plugin with parameters of type Overlay Modifier and Type Method Description Resource
JettyRunMojo. unpackOverlay(Overlay overlay)
Method parameters in org.eclipse.jetty.maven.plugin with type arguments of type Overlay Modifier and Type Method Description void
JettyWebAppContext. setOverlays(java.util.List<Overlay> overlays)
Ordered list of wars to overlay on top of the current project.void
JettyRunMojo. unpackOverlays(java.util.List<Overlay> overlays)
-