Class AttachedArtifactStub
java.lang.Object
org.apache.maven.plugin.testing.stubs.ArtifactStub
org.apache.maven.plugins.deploy.stubs.DeployArtifactStub
org.apache.maven.plugins.deploy.stubs.AttachedArtifactStub
- All Implemented Interfaces:
Comparable<org.apache.maven.artifact.Artifact>
,org.apache.maven.artifact.Artifact
-
Field Summary
Fields inherited from interface org.apache.maven.artifact.Artifact
LATEST_VERSION, RELEASE_VERSION, SCOPE_COMPILE, SCOPE_COMPILE_PLUS_RUNTIME, SCOPE_IMPORT, SCOPE_PROVIDED, SCOPE_RUNTIME, SCOPE_RUNTIME_PLUS_SYSTEM, SCOPE_SYSTEM, SCOPE_TEST, SNAPSHOT_VERSION, VERSION_FILE_PATTERN
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.maven.plugins.deploy.stubs.DeployArtifactStub
addMetadata, getArtifactHandler, getBaseVersion, getGroupId, getMetadataList, getType, 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, getVersionRange, hasClassifier, isFromAuthoritativeRepository, isOptional, isResolved, isSelectedVersionKnown, isSnapshot, selectVersion, setArtifactHandler, setArtifactId, setAvailableVersions, setBaseVersion, setDependencyFilter, setDependencyTrail, setDownloadUrl, setFromAuthoritativeRepository, setGroupId, setOptional, setRepository, setResolved, setResolvedVersion, setScope, setType, setVersion, setVersionRange, toString, updateVersion
-
Constructor Details
-
AttachedArtifactStub
public AttachedArtifactStub()
-
-
Method Details
-
getArtifactId
- Specified by:
getArtifactId
in interfaceorg.apache.maven.artifact.Artifact
- Overrides:
getArtifactId
in classDeployArtifactStub
-
getFile
- Specified by:
getFile
in interfaceorg.apache.maven.artifact.Artifact
- Overrides:
getFile
in classDeployArtifactStub
-