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

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.WarArtifact4CCStub
All Implemented Interfaces:
Comparable, org.apache.maven.artifact.Artifact

public class WarArtifact4CCStub
extends WarArtifactStub

stub for copy constructor to preven the copy constructor frow blowing up


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
WarArtifact4CCStub(String basedir)
           
 
Method Summary
 org.apache.maven.artifact.handler.ArtifactHandler getArtifactHandler()
           
 String getClassifier()
           
 String getGroupId()
           
 org.apache.maven.artifact.versioning.VersionRange getVersionRange()
           
 
Methods inherited from class org.apache.maven.plugin.war.stub.WarArtifactStub
getArtifactId, getFile, getType, hasClassifier, setArtifactId, setClassifier, setFile, setGroupId
 
Methods inherited from class org.apache.maven.plugin.war.stub.AbstractArtifactStub
compareTo, equals, getScope, getVersion, 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

WarArtifact4CCStub

public WarArtifact4CCStub(String basedir)
Method Detail

getVersionRange

public org.apache.maven.artifact.versioning.VersionRange getVersionRange()
Specified by:
getVersionRange in interface org.apache.maven.artifact.Artifact
Overrides:
getVersionRange in class AbstractArtifactStub

getGroupId

public String getGroupId()
Specified by:
getGroupId in interface org.apache.maven.artifact.Artifact
Overrides:
getGroupId in class WarArtifactStub

getClassifier

public String getClassifier()
Specified by:
getClassifier in interface org.apache.maven.artifact.Artifact
Overrides:
getClassifier in class WarArtifactStub

getArtifactHandler

public org.apache.maven.artifact.handler.ArtifactHandler getArtifactHandler()
Specified by:
getArtifactHandler in interface org.apache.maven.artifact.Artifact
Overrides:
getArtifactHandler in class AbstractArtifactStub


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