org.apache.maven.plugin.war.overlay
Class DefaultOverlay
java.lang.Object
org.apache.maven.plugin.war.Overlay
org.apache.maven.plugin.war.overlay.DefaultOverlay
public class DefaultOverlay
- extends Overlay
A default overlay implementation based on an Artifact
.
- Version:
- $Id: DefaultOverlay.java 659222 2008-05-22 19:33:48Z olamy $
- Author:
- Stephane Nicoll
Methods inherited from class org.apache.maven.plugin.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 |
DefaultOverlay
public DefaultOverlay(Artifact a)
- Creates an overlay for the specified artifact.
- Parameters:
a
- the artifact
DefaultOverlay
public DefaultOverlay(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 © 2002-2012 The Apache Software Foundation. All Rights Reserved.