|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.maven.artifact.repository.metadata.Versioning
Versioning information for an artifact
| Constructor Summary | |
Versioning()
|
|
| Method Summary | |
void |
addVersion(String string)
Method addVersion |
String |
getLastUpdated()
Get When the metadata was last updated |
String |
getLatest()
Get What the latest version in the directory is, including snapshots |
String |
getModelEncoding()
|
String |
getRelease()
Get What the latest version in the directory is, of the releases |
Snapshot |
getSnapshot()
Get The current snapshot data in use for this version |
List |
getVersions()
Method getVersions |
void |
removeVersion(String string)
Method removeVersion |
void |
setLastUpdated(String lastUpdated)
Set When the metadata was last updated |
void |
setLatest(String latest)
Set What the latest version in the directory is, including snapshots |
void |
setModelEncoding(String modelEncoding)
|
void |
setRelease(String release)
Set What the latest version in the directory is, of the releases |
void |
setSnapshot(Snapshot snapshot)
Set The current snapshot data in use for this version |
void |
setVersions(List versions)
Set Versions available for the artifact |
void |
updateTimestamp()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Versioning()
| Method Detail |
public void addVersion(String string)
string - public String getLastUpdated()
public String getLatest()
public String getRelease()
public Snapshot getSnapshot()
public List getVersions()
public void removeVersion(String string)
string - public void setLastUpdated(String lastUpdated)
lastUpdated - public void setLatest(String latest)
latest - public void setRelease(String release)
release - public void setSnapshot(Snapshot snapshot)
snapshot - public void setVersions(List versions)
versions - public void updateTimestamp()
public void setModelEncoding(String modelEncoding)
public String getModelEncoding()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||