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 Summary
Fields inherited from class 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 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
-