| 
||||||||||
| 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
public class Snapshot
Snapshot data for the current artifact version.
| Constructor Summary | |
|---|---|
Snapshot()
 | 
|
| Method Summary | |
|---|---|
 Snapshot | 
clone()
Method clone.  | 
 int | 
getBuildNumber()
Get the incremental build number.  | 
 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 | 
setTimestamp(String timestamp)
Set the time it was deployed.  | 
| Methods inherited from class java.lang.Object | 
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public Snapshot()
| Method Detail | 
|---|
public Snapshot clone()
clone in class Objectpublic int getBuildNumber()
public String getTimestamp()
public boolean isLocalCopy()
public void setBuildNumber(int buildNumber)
buildNumber - public void setLocalCopy(boolean localCopy)
localCopy - public void setTimestamp(String timestamp)
timestamp - 
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||