Uses of Class
edu.depauw.csc.dcheeseman.wgetjava.WGETJavaResults

Uses of WGETJavaResults in edu.depauw.csc.dcheeseman.wgetjava
 

Methods in edu.depauw.csc.dcheeseman.wgetjava that return WGETJavaResults
static WGETJavaResults WGETJava.DownloadFile(java.net.URL theURL)
          This function downloads the file specified in the URL to the current working directory.
static WGETJavaResults WGETJavaResults.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static WGETJavaResults[] WGETJavaResults.values()
          Returns an array containing the constants of this enum type, in the order they are declared.