Uses of Class
org.eclipse.jetty.maven.plugin.OverlayConfig
-
Packages that use OverlayConfig Package Description org.eclipse.jetty.maven.plugin Jetty Maven Plugin : Support for Jetty in Maven build lifecycle -
-
Uses of OverlayConfig in org.eclipse.jetty.maven.plugin
Methods in org.eclipse.jetty.maven.plugin that return OverlayConfig Modifier and Type Method Description OverlayConfig
Overlay. getConfig()
Methods in org.eclipse.jetty.maven.plugin that return types with arguments of type OverlayConfig Modifier and Type Method Description java.util.List<OverlayConfig>
WarPluginInfo. getMavenWarOverlayConfigs()
Get config for any overlays that have been declared for the maven-war-plugin.Methods in org.eclipse.jetty.maven.plugin with parameters of type OverlayConfig Modifier and Type Method Description protected org.apache.maven.artifact.Artifact
JettyRunMojo. getArtifactForOverlay(OverlayConfig o, java.util.List<org.apache.maven.artifact.Artifact> warArtifacts)
Constructors in org.eclipse.jetty.maven.plugin with parameters of type OverlayConfig Constructor Description Overlay(OverlayConfig config)
Overlay(OverlayConfig config, Resource resource)
-