Uses of Class
org.apache.maven.plugins.war.Overlay
Packages that use Overlay
Package
Description
- 
Uses of Overlay in org.apache.maven.plugins.warMethods in org.apache.maven.plugins.war that return OverlayModifier and TypeMethodDescriptionstatic OverlayOverlay.createInstance()AbstractWarMojo.getCurrentProjectOverlay()Methods in org.apache.maven.plugins.war that return types with arguments of type OverlayMethods in org.apache.maven.plugins.war with parameters of type OverlayMethod parameters in org.apache.maven.plugins.war with type arguments of type Overlay
- 
Uses of Overlay in org.apache.maven.plugins.war.overlaySubclasses of Overlay in org.apache.maven.plugins.war.overlayModifier and TypeClassDescriptionclassA default overlay implementation based on anArtifact.Methods in org.apache.maven.plugins.war.overlay that return types with arguments of type OverlayConstructors in org.apache.maven.plugins.war.overlay with parameters of type OverlayModifierConstructorDescriptionOverlayManager(List<Overlay> overlays, org.apache.maven.project.MavenProject project, String[] defaultIncludes, String[] defaultExcludes, Overlay currentProjectOverlay) Creates a manager with the specified overlays.Constructor parameters in org.apache.maven.plugins.war.overlay with type arguments of type Overlay
- 
Uses of Overlay in org.apache.maven.plugins.war.packagingMethods in org.apache.maven.plugins.war.packaging with parameters of type OverlayModifier and TypeMethodDescriptionprotected FileOverlayPackagingTask.getOverlayTempDirectory(WarPackagingContext context, Overlay overlay) Returns the directory to use to unpack the specified overlay.protected FileOverlayPackagingTask.unpackOverlay(WarPackagingContext context, Overlay overlay) Unpacks the specified overlay.Constructors in org.apache.maven.plugins.war.packaging with parameters of type OverlayModifierConstructorDescriptionArtifactsPackagingTask(Set<org.apache.maven.artifact.Artifact> artifacts, Overlay currentProjectOverlay) ClassesPackagingTask(Overlay currentProjectOverlay) OverlayPackagingTask(Overlay overlay, Overlay currentProjectOverlay) WarProjectPackagingTask(org.apache.maven.model.Resource[] webResources, File webXml, File containerConfigXml, Overlay currentProjectOverlay)