org.apache.ivy.core.report

Class MetadataArtifactDownloadReport

public class MetadataArtifactDownloadReport extends ArtifactDownloadReport

Constructor Summary
MetadataArtifactDownloadReport(Artifact artifact)
Method Summary
FilegetOriginalLocalFile()
Returns the location on the local filesystem where the original metadata artifact is provisioned, or null if the provisioning failed.
booleanisSearched()
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.
voidsetOriginalLocalFile(File originalLocalFile)
voidsetSearched(boolean isSearched)

Constructor Detail

MetadataArtifactDownloadReport

public MetadataArtifactDownloadReport(Artifact artifact)

Method Detail

getOriginalLocalFile

public File getOriginalLocalFile()
Returns the location on the local filesystem where the original metadata artifact is provisioned, or null if the provisioning failed.

Returns: the location on the local filesystem where the original metadata artifact is provisioned.

isSearched

public 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.

Returns: true if the resolution of this metadata artifact required at least one access to the repository

setOriginalLocalFile

public void setOriginalLocalFile(File originalLocalFile)

setSearched

public void setSearched(boolean isSearched)