public class DeployArtifactStub extends ArtifactStub
LATEST_VERSION, RELEASE_VERSION, SCOPE_COMPILE, SCOPE_IMPORT, SCOPE_PROVIDED, SCOPE_RUNTIME, SCOPE_SYSTEM, SCOPE_TEST, SNAPSHOT_VERSION, VERSION_FILE_PATTERN| Constructor and Description |
|---|
DeployArtifactStub() |
| Modifier and Type | Method and Description |
|---|---|
void |
addMetadata(ArtifactMetadata metadata) |
ArtifactHandler |
getArtifactHandler() |
String |
getArtifactId() |
String |
getBaseVersion() |
File |
getFile() |
String |
getGroupId() |
Collection<ArtifactMetadata> |
getMetadataList() |
String |
getVersion() |
boolean |
isRelease() |
void |
setArtifactHandlerExtension(String extension) |
void |
setFile(File file) |
void |
setRelease(boolean release) |
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, updateVersionclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetMetadatacompareTopublic String getArtifactId()
getArtifactId in interface ArtifactgetArtifactId in class ArtifactStubpublic String getGroupId()
getGroupId in interface ArtifactgetGroupId in class ArtifactStubpublic String getVersion()
getVersion in interface ArtifactgetVersion in class ArtifactStubpublic String getBaseVersion()
getBaseVersion in interface ArtifactgetBaseVersion in class ArtifactStubpublic void setFile(File file)
setFile in interface ArtifactsetFile in class ArtifactStubpublic File getFile()
getFile in interface ArtifactgetFile in class ArtifactStubpublic ArtifactHandler getArtifactHandler()
getArtifactHandler in interface ArtifactgetArtifactHandler in class ArtifactStubpublic void setArtifactHandlerExtension(String extension)
public void addMetadata(ArtifactMetadata metadata)
addMetadata in interface ArtifactaddMetadata in class ArtifactStubpublic Collection<ArtifactMetadata> getMetadataList()
getMetadataList in interface ArtifactgetMetadataList in class ArtifactStubpublic boolean isRelease()
isRelease in interface ArtifactisRelease in class ArtifactStubpublic void setRelease(boolean release)
setRelease in interface ArtifactsetRelease in class ArtifactStubCopyright © 2004–2014 The Apache Software Foundation. All rights reserved.