public class MetadataArtifactDownloadReport extends ArtifactDownloadReport
MISSING_ARTIFACT
Constructor and Description |
---|
MetadataArtifactDownloadReport(Artifact artifact) |
Modifier and Type | Method and Description |
---|---|
java.io.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(java.io.File originalLocalFile) |
void |
setSearched(boolean isSearched) |
equals, getArtifact, getArtifactOrigin, getDownloadDetails, getDownloadStatus, getDownloadTimeMillis, getExt, getLocalFile, getName, getSize, getType, getUnpackedLocalFile, hashCode, isDownloaded, setArtifactOrigin, setDownloadDetails, setDownloadStatus, setDownloadTimeMillis, setLocalFile, setSize, setUnpackedLocalFile, toString
public MetadataArtifactDownloadReport(Artifact artifact)
public boolean isSearched()
true
if the resolution of this metadata artifact required at least one
access to the repository, or false
if only provisioned data was used.true
if the resolution of this metadata artifact required at least one
access to the repositorypublic void setSearched(boolean isSearched)
public java.io.File getOriginalLocalFile()
null
if the provisioning failed.public void setOriginalLocalFile(java.io.File originalLocalFile)