Class MetadataArtifactDownloadReport
java.lang.Object
org.apache.ivy.core.report.ArtifactDownloadReport
org.apache.ivy.core.report.MetadataArtifactDownloadReport
-
Field Summary
Fields inherited from class ArtifactDownloadReport
MISSING_ARTIFACT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the location on the local filesystem where the original metadata artifact is provisioned, ornullif the provisioning failed.booleanReturnstrueif the resolution of this metadata artifact required at least one access to the repository, orfalseif only provisioned data was used.voidsetOriginalLocalFile(File originalLocalFile) voidsetSearched(boolean isSearched) Methods inherited from class ArtifactDownloadReport
equals, getArtifact, getArtifactOrigin, getDownloadDetails, getDownloadStatus, getDownloadTimeMillis, getExt, getLocalFile, getName, getSize, getType, getUnpackedArtifact, getUnpackedLocalFile, hashCode, isDownloaded, setArtifactOrigin, setDownloadDetails, setDownloadStatus, setDownloadTimeMillis, setLocalFile, setSize, setUnpackedArtifact, setUnpackedLocalFile, toString
-
Constructor Details
-
MetadataArtifactDownloadReport
-
-
Method Details
-
isSearched
public boolean isSearched()Returnstrueif the resolution of this metadata artifact required at least one access to the repository, orfalseif only provisioned data was used.- Returns:
trueif the resolution of this metadata artifact required at least one access to the repository
-
setSearched
public void setSearched(boolean isSearched) -
getOriginalLocalFile
Returns the location on the local filesystem where the original metadata artifact is provisioned, ornullif the provisioning failed.- Returns:
- the location on the local filesystem where the original metadata artifact is provisioned.
-
setOriginalLocalFile
-