de.hattrickorganizer.tools.updater
Class UpdateController

java.lang.Object
  extended by de.hattrickorganizer.tools.updater.UpdateController

public final class UpdateController
extends java.lang.Object

DOCUMENT ME!

Since:
1.35
Author:
Thorsten Dietz

Field Summary
static java.lang.String PLUGINS_HOMEPAGE
          TODO Missing Parameter Documentation
protected static java.lang.String WEB_FLAGSFILE
          TODO Missing Parameter Documentation
protected static java.lang.String WEB_PLUGINFILE
          TODO Missing Parameter Documentation
 
Constructor Summary
UpdateController()
           
 
Method Summary
static void check4EPVUpdate()
           
static void check4RatingsUpdate()
           
static void check4update()
           
static void checkNews()
           
protected static java.io.File getLocalZipFile()
          TODO Missing Method Documentation
static void showDeletePluginDialog()
          TODO Missing Method Documentation
static void showLanguageUpdateDialog()
          TODO Missing Method Documentation
static void showPluginUpdaterLibraries()
          TODO Missing Method Documentation
static void showPluginUpdaterNormal()
          TODO Missing Method Documentation
static void updateEPV(float release)
           
static void updateFlags()
          TODO Missing Method Documentation
static void updateHO(double version)
           
static void updateRatings(float release)
           
static void updateUsers()
          TODO Missing Method Documentation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PLUGINS_HOMEPAGE

public static final java.lang.String PLUGINS_HOMEPAGE
TODO Missing Parameter Documentation

See Also:
Constant Field Values

WEB_FLAGSFILE

protected static final java.lang.String WEB_FLAGSFILE
TODO Missing Parameter Documentation

See Also:
Constant Field Values

WEB_PLUGINFILE

protected static final java.lang.String WEB_PLUGINFILE
TODO Missing Parameter Documentation

See Also:
Constant Field Values
Constructor Detail

UpdateController

public UpdateController()
Method Detail

showDeletePluginDialog

public static void showDeletePluginDialog()
TODO Missing Method Documentation


showLanguageUpdateDialog

public static void showLanguageUpdateDialog()
TODO Missing Method Documentation


showPluginUpdaterLibraries

public static void showPluginUpdaterLibraries()
TODO Missing Method Documentation


showPluginUpdaterNormal

public static void showPluginUpdaterNormal()
TODO Missing Method Documentation


updateFlags

public static void updateFlags()
TODO Missing Method Documentation


getLocalZipFile

protected static java.io.File getLocalZipFile()
                                       throws java.io.IOException
TODO Missing Method Documentation

Returns:
TODO Missing Return Method Documentation
Throws:
java.io.IOException - TODO Missing Method Exception Documentation

check4update

public static void check4update()

updateHO

public static void updateHO(double version)

check4EPVUpdate

public static void check4EPVUpdate()

updateUsers

public static void updateUsers()
TODO Missing Method Documentation


updateEPV

public static void updateEPV(float release)

check4RatingsUpdate

public static void check4RatingsUpdate()

updateRatings

public static void updateRatings(float release)

checkNews

public static void checkNews()