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<java.io.File> |
getCopiedFiles()
Returns a collection of File objects who were actually copied during the retrieve
process.
|
java.util.Map<java.io.File,ArtifactDownloadReport> |
getDownloadReport()
Get the mapping between the copied files and their corresponding download report
|
int |
getNbrArtifactsCopied() |
int |
getNbrArtifactsUpToDate() |
java.util.Collection<java.io.File> |
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<java.io.File> |
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<java.io.File> getCopiedFiles()
public java.util.Collection<java.io.File> getUpToDateFiles()
public java.util.Collection<java.io.File> getRetrievedFiles()
public java.util.Map<java.io.File,ArtifactDownloadReport> getDownloadReport()
Copyright ©2007-2022 The Apache Software Foundation, Licensed under Apache License, Version 2.0.