Class DownloadStatus
java.lang.Object
org.apache.ivy.core.report.DownloadStatus
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DownloadStatusstatic final DownloadStatusmeans that download was not requiredstatic final DownloadStatus -
Method Summary
Modifier and TypeMethodDescriptionstatic final DownloadStatusfromString(String status) Returns theDownloadStatuscorresponding to the given String representation.toString()
-
Field Details
-
NO
means that download was not required -
SUCCESSFUL
-
FAILED
-
-
Method Details
-
fromString
Returns theDownloadStatuscorresponding to the given String representation.- Parameters:
status- String- Returns:
- the
DownloadStatuscorresponding to the given String representation. - Throws:
IllegalArgumentException- if the given String does not correspond to anyDownloadStatus.
-
toString
-