|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ivy.core.retrieve.RetrieveReport
public class RetrieveReport
Constructor Summary | |
---|---|
RetrieveReport()
|
Method Summary | |
---|---|
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)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RetrieveReport()
Method Detail |
---|
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()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |