|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.plugin.war.Overlay
org.apache.maven.plugin.war.overlay.DefaultOverlay
public class DefaultOverlay
A default overlay implementation based on an Artifact.
| Field Summary |
|---|
| Fields inherited from class org.apache.maven.plugin.war.Overlay |
|---|
DEFAULT_EXCLUDES, DEFAULT_INCLUDES |
| Constructor Summary | |
|---|---|
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. |
|
| 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 |
|---|
public DefaultOverlay(org.apache.maven.artifact.Artifact a)
a - the artifact
public 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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||