me.mjolnir.mineconomy.internal.util
Class Update

java.lang.Object
  extended by me.mjolnir.mineconomy.internal.util.Update

public class Update
extends java.lang.Object

Handles update checks and update downloading.

Author:
MjolnirCommando

Field Summary
static java.lang.String updateversion
          Holds the new update version.
 
Constructor Summary
Update()
           
 
Method Summary
static boolean check()
          Returns true if update is available.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

updateversion

public static java.lang.String updateversion
Holds the new update version.

Constructor Detail

Update

public Update()
Method Detail

check

public static boolean check()
Returns true if update is available.

Returns:
boolean