public class RetrieveReport
extends java.lang.Object
Constructor and Description |
---|
RetrieveReport() |
Modifier and Type | Method and Description |
---|---|
void |
addCopiedFile(java.io.File file,
ArtifactDownloadReport report) |
void |
addUpToDateFile(java.io.File file,
ArtifactDownloadReport report) |
java.util.Collection |
getCopiedFiles()
Returns a collection of File objects who were actually copied during the retrieve
process.
|
java.util.Map |
getDownloadReport()
Get the mapping between the copied files and their corresponding download report
|
int |
getNbrArtifactsCopied() |
int |
getNbrArtifactsUpToDate() |
java.util.Collection |
getRetrievedFiles()
Returns a collection of File objects who were retrieved during the retrieve process.
|
java.io.File |
getRetrieveRoot()
Returns the root directory to where the artifacts are retrieved.
|
java.util.Collection |
getUpToDateFiles()
Returns a collection of File objects who were actually copied during the retrieve
process.
|
void |
setRetrieveRoot(java.io.File retrieveRoot) |
public java.io.File getRetrieveRoot()
public void setRetrieveRoot(java.io.File retrieveRoot)
public int getNbrArtifactsCopied()
public int getNbrArtifactsUpToDate()
public void addCopiedFile(java.io.File file, ArtifactDownloadReport report)
public void addUpToDateFile(java.io.File file, ArtifactDownloadReport report)
public java.util.Collection getCopiedFiles()
public java.util.Collection getUpToDateFiles()
public java.util.Collection getRetrievedFiles()
public java.util.Map getDownloadReport()