org.apache.ivy.core.report
Class DownloadStatus

java.lang.Object
  extended by org.apache.ivy.core.report.DownloadStatus

public class DownloadStatus
extends java.lang.Object

Author:
x.hanin

Field Summary
static DownloadStatus FAILED
           
static DownloadStatus NO
          means that download was not required
static DownloadStatus SUCCESSFUL
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NO

public static final DownloadStatus NO
means that download was not required


SUCCESSFUL

public static final DownloadStatus SUCCESSFUL

FAILED

public static final DownloadStatus FAILED
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object