Uses of Class
org.apache.maven.plugin.war.Overlay

Packages that use Overlay
org.apache.maven.plugin.war   
org.apache.maven.plugin.war.overlay   
org.apache.maven.plugin.war.packaging   
 

Uses of Overlay in org.apache.maven.plugin.war
 

Methods in org.apache.maven.plugin.war that return Overlay
static Overlay Overlay.createInstance()
           
 Overlay AbstractWarMojo.getCurrentProjectOverlay()
           
 

Methods in org.apache.maven.plugin.war with parameters of type Overlay
 void AbstractWarMojo.addOverlay(Overlay overlay)
           
 

Uses of Overlay in org.apache.maven.plugin.war.overlay
 

Subclasses of Overlay in org.apache.maven.plugin.war.overlay
 class DefaultOverlay
          A default overlay implementation based on an Artifact.
 

Constructors in org.apache.maven.plugin.war.overlay with parameters of type Overlay
OverlayManager(List overlays, org.apache.maven.project.MavenProject project, String defaultIncludes, String defaultExcludes, Overlay currentProjectOverlay)
          Creates a manager with the specified overlays.
 

Uses of Overlay in org.apache.maven.plugin.war.packaging
 

Methods in org.apache.maven.plugin.war.packaging with parameters of type Overlay
protected  File OverlayPackagingTask.getOverlayTempDirectory(WarPackagingContext context, Overlay overlay)
          Returns the directory to use to unpack the specified overlay.
protected  File OverlayPackagingTask.unpackOverlay(WarPackagingContext context, Overlay overlay)
          Unpacks the specified overlay.
 

Constructors in org.apache.maven.plugin.war.packaging with parameters of type Overlay
ArtifactsPackagingTask(Set artifacts, Overlay currentProjectOverlay)
           
ClassesPackagingTask(Overlay currentProjectOverlay)
           
OverlayPackagingTask(Overlay overlay, Overlay currentProjectOverlay)
           
WarProjectPackagingTask(org.apache.maven.model.Resource[] webResources, File webXml, File containerConfigXml, Overlay currentProjectOverlay)
           
 



Copyright © 2002-2010 The Apache Software Foundation. All Rights Reserved.