org.apache.maven.plugin.install.stubs
Class AttachedArtifactStub1

java.lang.Object
  extended byorg.apache.maven.plugin.testing.stubs.ArtifactStub
      extended byorg.apache.maven.plugin.install.stubs.InstallArtifactStub
          extended byorg.apache.maven.plugin.install.stubs.AttachedArtifactStub0
              extended byorg.apache.maven.plugin.install.stubs.AttachedArtifactStub1
All Implemented Interfaces:
org.apache.maven.artifact.Artifact, java.lang.Comparable

public class AttachedArtifactStub1
extends AttachedArtifactStub0


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
AttachedArtifactStub1()
           
 
Method Summary
 java.lang.String getArtifactId()
           
 
Methods inherited from class org.apache.maven.plugin.install.stubs.AttachedArtifactStub0
getFile
 
Methods inherited from class org.apache.maven.plugin.install.stubs.InstallArtifactStub
addMetadata, getArtifactHandler, getBaseVersion, getGroupId, getMetadataList, getVersion, isRelease, 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

AttachedArtifactStub1

public AttachedArtifactStub1()
Method Detail

getArtifactId

public java.lang.String getArtifactId()
Specified by:
getArtifactId in interface org.apache.maven.artifact.Artifact
Overrides:
getArtifactId in class AttachedArtifactStub0


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