edu.cmu.cs.sb.drem
Class DREM_IO.Downloadfile

java.lang.Object
  extended by edu.cmu.cs.sb.drem.DREM_IO.Downloadfile
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
DREM_IO

public class DREM_IO.Downloadfile
extends java.lang.Object
implements java.lang.Runnable

A runnable class used for controlling the downloading of files


Method Summary
 void run()
          Calls getFile with properly formatted URL to download files
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

run

public void run()
Calls getFile with properly formatted URL to download files

Specified by:
run in interface java.lang.Runnable