minny.zephyrus.utils
Class UpdateChecker

java.lang.Object
  extended by minny.zephyrus.utils.UpdateChecker
All Implemented Interfaces:
java.lang.Runnable

public class UpdateChecker
extends java.lang.Object
implements java.lang.Runnable

Zephyrus

Author:
minnymin3

Field Summary
static java.lang.String changelog
           
static boolean isUpdate
           
 
Constructor Summary
UpdateChecker(Zephyrus plugin)
          Checks for an update for Zephyrus
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

isUpdate

public static boolean isUpdate

changelog

public static java.lang.String changelog
Constructor Detail

UpdateChecker

public UpdateChecker(Zephyrus plugin)
Checks for an update for Zephyrus

Parameters:
plugin - Zephyrus plugin
Method Detail

run

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