Package | Description |
---|---|
org.apache.maven.plugins.war.overlay |
Modifier and Type | Method and Description |
---|---|
(package private) org.apache.maven.artifact.Artifact |
OverlayManager.getAssociatedArtifact(Overlay overlay)
Returns the Artifact associated to the specified overlay.
|
(package private) void |
OverlayManager.initialize(Overlay currentProjectOverlay)
Initializes the manager and validates the overlays configuration.
|
Constructor and Description |
---|
OverlayManager(java.util.List<Overlay> overlays,
org.apache.maven.project.MavenProject project,
Overlay currentProjectOverlay)
Creates a manager with the specified overlays.
|