Class DefaultOverlay
java.lang.Object
org.apache.maven.plugins.war.Overlay
org.apache.maven.plugins.war.overlay.DefaultOverlay
A default overlay implementation based on an 
Artifact.- Author:
- Stephane Nicoll
- 
Field SummaryFields inherited from class org.apache.maven.plugins.war.OverlayDEFAULT_EXCLUDES, DEFAULT_INCLUDES
- 
Constructor SummaryConstructorsConstructorDescriptionDefaultOverlay(org.apache.maven.artifact.Artifact a) Creates an overlay for the specified artifact.DefaultOverlay(org.apache.maven.artifact.Artifact a, String[] includes, String[] excludes) Creates an overlay for the specified artifact.
- 
Method SummaryMethods inherited from class org.apache.maven.plugins.war.OverlaycreateInstance, equals, getArtifact, getArtifactId, getClassifier, getExcludes, getGroupId, getId, getIncludes, getTargetPath, getType, hashCode, isCurrentProject, isFiltered, setArtifact, setArtifactId, setClassifier, setExcludes, setExcludes, setFiltered, setGroupId, setId, setIncludes, setIncludes, setSkip, setTargetPath, setType, shouldSkip, toString
- 
Constructor Details- 
DefaultOverlaypublic DefaultOverlay(org.apache.maven.artifact.Artifact a) Creates an overlay for the specified artifact.- Parameters:
- a- the artifact
 
- 
DefaultOverlayCreates an overlay for the specified artifact.- Parameters:
- a- the artifact
- includes- the includes to use
- excludes- the excludes to use
 
 
-