|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.maven.artifact.repository.metadata.Snapshot
Snapshot data for the current version
| Constructor Summary | |
Snapshot()
|
|
| Method Summary | |
int |
getBuildNumber()
Get The incremental build number |
java.lang.String |
getModelEncoding()
|
java.lang.String |
getTimestamp()
Get The time it was deployed |
boolean |
isLocalCopy()
Get Whether to use a local copy instead (with filename that includes the base version) |
void |
setBuildNumber(int buildNumber)
Set The incremental build number |
void |
setLocalCopy(boolean localCopy)
Set Whether to use a local copy instead (with filename that includes the base version) |
void |
setModelEncoding(java.lang.String modelEncoding)
|
void |
setTimestamp(java.lang.String timestamp)
Set The time it was deployed |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Snapshot()
| Method Detail |
public int getBuildNumber()
public java.lang.String getTimestamp()
public boolean isLocalCopy()
public void setBuildNumber(int buildNumber)
buildNumber - public void setLocalCopy(boolean localCopy)
localCopy - public void setTimestamp(java.lang.String timestamp)
timestamp - public void setModelEncoding(java.lang.String modelEncoding)
public java.lang.String getModelEncoding()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||