|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.ivy.core.report.DownloadStatus
public final class DownloadStatus
| Field Summary | |
|---|---|
static DownloadStatus |
FAILED
|
static DownloadStatus |
NO
means that download was not required |
static DownloadStatus |
SUCCESSFUL
|
| Method Summary | |
|---|---|
static DownloadStatus |
fromString(java.lang.String status)
Returns the DownloadStatus corresponding to the given String representation. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final DownloadStatus NO
public static final DownloadStatus SUCCESSFUL
public static final DownloadStatus FAILED
| Method Detail |
|---|
public static final DownloadStatus fromString(java.lang.String status)
DownloadStatus corresponding to the given String representation.
DownloadStatus corresponding to the given String representation.
java.lang.IllegalArgumentException - if the given String does not correspond to any DownloadStatus.public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||