|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.maven.artifact.repository.metadata.SnapshotVersion
public class SnapshotVersion
Versioning information for a snapshot artifact.
Constructor Summary | |
---|---|
SnapshotVersion()
|
Method Summary | |
---|---|
SnapshotVersion |
clone()
Method clone. |
String |
getClassifier()
Get the classifier of the snapshot artifact this version information belongs to. |
String |
getExtension()
Get the file extension of the snapshot artifact this version information belongs to. |
String |
getUpdated()
Get the timestamp when this version information was last updated. |
String |
getVersion()
Get the resolved snapshot version of the artifact. |
void |
setClassifier(String classifier)
Set the classifier of the snapshot artifact this version information belongs to. |
void |
setExtension(String extension)
Set the file extension of the snapshot artifact this version information belongs to. |
void |
setUpdated(String updated)
Set the timestamp when this version information was last updated. |
void |
setVersion(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 Object
public String getClassifier()
public String getExtension()
public String getUpdated()
public String getVersion()
public void setClassifier(String classifier)
classifier
- public void setExtension(String extension)
extension
- public void setUpdated(String updated)
updated
- public void setVersion(String version)
version
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |