eTextReader
Class Launcher

java.lang.Object
  extended by eTextReader.Launcher

public class Launcher
extends java.lang.Object


Field Summary
static java.lang.String CONFIGLOCATION
          The location where the data file should be loaded from
private static java.util.Map downloadData
           
private static java.lang.Class[] parameters
           
 
Constructor Summary
Launcher()
           
 
Method Summary
static void addFile(java.io.File f)
           
static void addFile(java.lang.String s)
           
static void addURL(java.net.URL u)
           
static void checkFile(java.net.URL currentURL, java.lang.String fileLocation, boolean addToClasspath)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

parameters

private static final java.lang.Class[] parameters

downloadData

private static java.util.Map downloadData

CONFIGLOCATION

public static final java.lang.String CONFIGLOCATION
The location where the data file should be loaded from

See Also:
Constant Field Values
Constructor Detail

Launcher

public Launcher()
Method Detail

addFile

public static void addFile(java.lang.String s)
                    throws java.io.IOException
Throws:
java.io.IOException

addFile

public static void addFile(java.io.File f)
                    throws java.io.IOException
Throws:
java.io.IOException

addURL

public static void addURL(java.net.URL u)
                   throws java.io.IOException
Throws:
java.io.IOException

checkFile

public static void checkFile(java.net.URL currentURL,
                             java.lang.String fileLocation,
                             boolean addToClasspath)

main

public static void main(java.lang.String[] args)
                 throws java.net.MalformedURLException
Throws:
java.net.MalformedURLException