| 
||||||||||
| 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 sub-artifact of the current snapshot artifact.
| Constructor Summary | |
|---|---|
SnapshotVersion()
 | 
|
| Method Summary | |
|---|---|
 SnapshotVersion | 
clone()
Method clone.  | 
 String | 
getClassifier()
Get the classifier of the sub-artifact.  | 
 String | 
getExtension()
Get the file extension of thesub-artifact.  | 
 String | 
getUpdated()
Get the timestamp when this version information was last updated.  | 
 String | 
getVersion()
Get the resolved snapshot version of the sub-artifact.  | 
 void | 
setClassifier(String classifier)
Set the classifier of the sub-artifact.  | 
 void | 
setExtension(String extension)
Set the file extension of thesub-artifact.  | 
 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 sub-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 Objectpublic 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 | |||||||||