org.apache.maven.plugin.deploy.stubs
Class AttachedArtifactStub

java.lang.Object
  extended by org.apache.maven.plugin.testing.stubs.ArtifactStub
      extended by org.apache.maven.plugin.deploy.stubs.DeployArtifactStub
          extended by org.apache.maven.plugin.deploy.stubs.AttachedArtifactStub
All Implemented Interfaces:
Comparable, Artifact

public class AttachedArtifactStub
extends DeployArtifactStub


Field Summary
 
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
AttachedArtifactStub()
           
 
Method Summary
 String getArtifactId()
           
 File getFile()
           
 
Methods inherited from class org.apache.maven.plugin.deploy.stubs.DeployArtifactStub
addMetadata, getArtifactHandler, getBaseVersion, getGroupId, getMetadataList, getVersion, isRelease, setArtifactHandlerExtension, setFile, setRelease
 
Methods inherited from class org.apache.maven.plugin.testing.stubs.ArtifactStub
compareTo, getAvailableVersions, getClassifier, getDependencyConflictId, getDependencyFilter, getDependencyTrail, getDownloadUrl, getId, getRepository, getScope, getSelectedVersion, getType, getVersionRange, hasClassifier, isOptional, isResolved, isSelectedVersionKnown, isSnapshot, selectVersion, setArtifactHandler, setArtifactId, setAvailableVersions, setBaseVersion, setDependencyFilter, setDependencyTrail, setDownloadUrl, setGroupId, setOptional, setRepository, setResolved, setResolvedVersion, setScope, setType, setVersion, setVersionRange, toString, updateVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AttachedArtifactStub

public AttachedArtifactStub()
Method Detail

getArtifactId

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

getFile

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


Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.