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

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
All Implemented Interfaces:
org.apache.maven.artifact.Artifact, java.lang.Comparable
Direct Known Subclasses:
AttachedArtifactStub1

public class AttachedArtifactStub0
extends InstallArtifactStub


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
AttachedArtifactStub0()
           
 
Method Summary
 java.lang.String getArtifactId()
           
 java.io.File 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

AttachedArtifactStub0

public AttachedArtifactStub0()
Method Detail

getArtifactId

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

getFile

public java.io.File getFile()
Specified by:
getFile in interface org.apache.maven.artifact.Artifact
Overrides:
getFile in class InstallArtifactStub


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