org.apache.ivy.core.report

Class DownloadStatus

public final class DownloadStatus extends Object

Field Summary
static DownloadStatusFAILED
static DownloadStatusNO
means that download was not required
static DownloadStatusSUCCESSFUL
Method Summary
static DownloadStatusfromString(String status)
Returns the DownloadStatus corresponding to the given String representation.
StringtoString()

Field Detail

FAILED

public static final DownloadStatus FAILED

NO

public static final DownloadStatus NO
means that download was not required

SUCCESSFUL

public static final DownloadStatus SUCCESSFUL

Method Detail

fromString

public static final DownloadStatus fromString(String status)
Returns the DownloadStatus corresponding to the given String representation.

Returns: the DownloadStatus corresponding to the given String representation.

Throws: IllegalArgumentException if the given String does not correspond to any DownloadStatus.

toString

public String toString()