public class DefaultOverlay extends Overlay
Artifact
.DEFAULT_EXCLUDES, DEFAULT_INCLUDES
Constructor and Description |
---|
DefaultOverlay(org.apache.maven.artifact.Artifact a)
Creates an overlay for the specified artifact.
|
DefaultOverlay(org.apache.maven.artifact.Artifact a,
java.lang.String[] includes,
java.lang.String[] excludes)
Creates an overlay for the specified artifact.
|
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
public DefaultOverlay(org.apache.maven.artifact.Artifact a)
a
- the artifactpublic DefaultOverlay(org.apache.maven.artifact.Artifact a, java.lang.String[] includes, java.lang.String[] excludes)
a
- the artifactincludes
- the includes to useexcludes
- the excludes to use