de.knup.jedi.jayshare.FileTransfer
Class Download

java.lang.Object
  |
  +--de.knup.jedi.jayshare.FileTransfer.Download
Direct Known Subclasses:
FTPDownload, HTTPDownload

public abstract class Download
extends java.lang.Object
implements java.lang.Runnable


Field Summary
protected  java.lang.String fileName
           
protected  java.lang.String outputName
           
 
Constructor Summary
Download()
           
 
Method Summary
abstract  void getFile()
           
 void run()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

fileName

protected java.lang.String fileName

outputName

protected java.lang.String outputName
Constructor Detail

Download

public Download()
Method Detail

getFile

public abstract void getFile()
                      throws java.io.IOException,
                             java.io.FileNotFoundException

run

public void run()
Specified by:
run in interface java.lang.Runnable