org.apache.maven.plugin.war.stub
Class IncludeExcludeWarArtifactStub

java.lang.Object
  extended by org.apache.maven.plugin.testing.stubs.ArtifactStub
      extended by org.apache.maven.plugin.war.stub.AbstractArtifactStub
          extended by org.apache.maven.plugin.war.stub.WarArtifactStub
              extended by org.apache.maven.plugin.war.stub.IncludeExcludeWarArtifactStub
All Implemented Interfaces:
Comparable, Artifact

public class IncludeExcludeWarArtifactStub
extends WarArtifactStub


Field Summary
 
Fields inherited from class org.apache.maven.plugin.war.stub.AbstractArtifactStub
basedir
 
Fields inherited from interface org.apache.maven.artifact.Artifact
LATEST_VERSION, RELEASE_VERSION, SCOPE_COMPILE, SCOPE_PROVIDED, SCOPE_RUNTIME, SCOPE_SYSTEM, SCOPE_TEST, SNAPSHOT_VERSION, VERSION_FILE_PATTERN
 
Constructor Summary
IncludeExcludeWarArtifactStub(String id)
           
 
Method Summary
 String getArtifactId()
           
 File getFile()
           
 
Methods inherited from class org.apache.maven.plugin.war.stub.WarArtifactStub
getClassifier, getGroupId, getType, hasClassifier, setArtifactId, setClassifier, setFile, setGroupId
 
Methods inherited from class org.apache.maven.plugin.war.stub.AbstractArtifactStub
compareTo, equals, getArtifactHandler, getScope, getVersion, getVersionRange, isOptional
 
Methods inherited from class org.apache.maven.plugin.testing.stubs.ArtifactStub
addMetadata, getAvailableVersions, getBaseVersion, getDependencyConflictId, getDependencyFilter, getDependencyTrail, getDownloadUrl, getId, getMetadataList, getRepository, getSelectedVersion, isRelease, isResolved, isSelectedVersionKnown, isSnapshot, selectVersion, setArtifactHandler, setAvailableVersions, setBaseVersion, setDependencyFilter, setDependencyTrail, setDownloadUrl, setOptional, setRelease, setRepository, setResolved, setResolvedVersion, setScope, setType, setVersion, setVersionRange, toString, updateVersion
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IncludeExcludeWarArtifactStub

public IncludeExcludeWarArtifactStub(String id)
Method Detail

getArtifactId

public String getArtifactId()
Specified by:
getArtifactId in interface Artifact
Overrides:
getArtifactId in class WarArtifactStub

getFile

public File getFile()
Specified by:
getFile in interface Artifact
Overrides:
getFile in class WarArtifactStub


Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.