org.apache.ivy.core.report
public class MetadataArtifactDownloadReport extends ArtifactDownloadReport
| Constructor Summary | |
|---|---|
| MetadataArtifactDownloadReport(Artifact artifact) | |
| Method Summary | |
|---|---|
| File | getOriginalLocalFile()
Returns the location on the local filesystem where the original metadata artifact is
provisioned, or null if the provisioning failed.
|
| boolean | isSearched()
Returns true if the resolution of this metadata artifact required at least one
access to the repository, or false if only provisioned data was used.
|
| void | setOriginalLocalFile(File originalLocalFile) |
| void | setSearched(boolean isSearched) |
null if the provisioning failed.
Returns: the location on the local filesystem where the original metadata artifact is provisioned.
true if the resolution of this metadata artifact required at least one
access to the repository, or false if only provisioned data was used.
Returns: true if the resolution of this metadata artifact required at least one
access to the repository