public class SnapshotVersion
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
| Constructor and Description |
|---|
SnapshotVersion() |
| Modifier and Type | Method and Description |
|---|---|
SnapshotVersion |
clone()
Method clone.
|
java.lang.String |
getClassifier()
Get the classifier of the sub-artifact.
|
java.lang.String |
getExtension()
Get the file extension of thesub-artifact.
|
java.lang.String |
getUpdated()
Get the timestamp when this version information was last
updated.
|
java.lang.String |
getVersion()
Get the resolved snapshot version of the sub-artifact.
|
void |
setClassifier(java.lang.String classifier)
Set the classifier of the sub-artifact.
|
void |
setExtension(java.lang.String extension)
Set the file extension of thesub-artifact.
|
void |
setUpdated(java.lang.String updated)
Set the timestamp when this version information was last
updated.
|
void |
setVersion(java.lang.String version)
Set the resolved snapshot version of the sub-artifact.
|
public SnapshotVersion clone()
clone in class java.lang.Objectpublic java.lang.String getClassifier()
public java.lang.String getExtension()
public java.lang.String getUpdated()
public java.lang.String getVersion()
public void setClassifier(java.lang.String classifier)
classifier - public void setExtension(java.lang.String extension)
extension - public void setUpdated(java.lang.String updated)
updated - public void setVersion(java.lang.String version)
version -