org.alfresco.maven.plugin.amp.overlay
Class DefaultOverlay
java.lang.Object
org.alfresco.maven.plugin.amp.Overlay
org.alfresco.maven.plugin.amp.overlay.DefaultOverlay
public class DefaultOverlay
- extends Overlay
A default overlay implementation based on an Artifact.
- Author:
- Stephane Nicoll
|
Constructor Summary |
DefaultOverlay(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. |
| Methods inherited from class org.alfresco.maven.plugin.amp.Overlay |
currentProjectInstance, 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 |
DefaultOverlay
public DefaultOverlay(org.apache.maven.artifact.Artifact a)
- Creates an overlay for the specified artifact.
- Parameters:
a - the artifact
DefaultOverlay
public DefaultOverlay(org.apache.maven.artifact.Artifact a,
String includes,
String excludes)
- Creates an overlay for the specified artifact.
- Parameters:
a - the artifactincludes - the includes to useexcludes - the excludes to use
Copyright © 2009 Alfresco. All Rights Reserved.