org.apache.ivy.core.report
public final class DownloadStatus extends Object
| Field Summary | |
|---|---|
| static DownloadStatus | FAILED |
| static DownloadStatus | NO
means that download was not required |
| static DownloadStatus | SUCCESSFUL |
| Method Summary | |
|---|---|
| static DownloadStatus | fromString(String status)
Returns the DownloadStatus corresponding to the given String representation.
|
| String | toString() |
Returns: the DownloadStatus corresponding to the given String representation.
Throws: IllegalArgumentException if the given String does not correspond to any DownloadStatus.