org.apache.maven.plugin.war.overlay
Class DefaultOverlay

java.lang.Object
  extended by org.apache.maven.plugin.war.Overlay
      extended by org.apache.maven.plugin.war.overlay.DefaultOverlay

public class DefaultOverlay
extends Overlay

A default overlay implementation based on an Artifact.

Version:
$Id: DefaultOverlay.html 868453 2013-07-05 11:25:41Z olamy $
Author:
Stephane Nicoll

Field Summary
 
Fields inherited from class org.apache.maven.plugin.war.Overlay
DEFAULT_EXCLUDES, DEFAULT_INCLUDES
 
Constructor Summary
DefaultOverlay(Artifact a)
          Creates an overlay for the specified artifact.
DefaultOverlay(Artifact a, String includes, String excludes)
          Creates an overlay for the specified artifact.
 
Method Summary
 
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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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 artifact
includes - the includes to use
excludes - the excludes to use


Copyright © 2002–2013 The Apache Software Foundation. All rights reserved.