|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.artifact.repository.metadata.SnapshotVersion
public class SnapshotVersion
Versioning information for a snapshot artifact.
Constructor Summary | |
---|---|
SnapshotVersion()
|
Method Summary | |
---|---|
SnapshotVersion |
clone()
Method clone. |
java.lang.String |
getClassifier()
Get the classifier of the snapshot artifact this version information belongs to. |
java.lang.String |
getExtension()
Get the file extension of the snapshot artifact this version information belongs to. |
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 artifact. |
void |
setClassifier(java.lang.String classifier)
Set the classifier of the snapshot artifact this version information belongs to. |
void |
setExtension(java.lang.String extension)
Set the file extension of the snapshot artifact this version information belongs to. |
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 artifact. |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SnapshotVersion()
Method Detail |
---|
public SnapshotVersion clone()
clone
in class java.lang.Object
public 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
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |