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
.-
Field Summary
Fields inherited from class org.apache.maven.plugins.war.Overlay
DEFAULT_EXCLUDES, DEFAULT_INCLUDES
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultOverlay
(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 Summary
Methods inherited from class org.apache.maven.plugins.war.Overlay
createInstance, 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
-
DefaultOverlay
public DefaultOverlay(org.apache.maven.artifact.Artifact a) Creates an overlay for the specified artifact.- Parameters:
a
- the artifact
-
DefaultOverlay
Creates an overlay for the specified artifact.- Parameters:
a
- the artifactincludes
- the includes to useexcludes
- the excludes to use
-