com.application.areca.version
Class VersionChecker

java.lang.Object
  extended by com.application.areca.version.VersionChecker

public class VersionChecker
extends java.lang.Object

Utility class which checks if new versions of Areca are available.

Author:
Olivier PETRUCCI

Areca Build ID : 7299034069467778562

Method Summary
 VersionData checkForNewVersion()
          Checks wether a new version is available.
 java.lang.String getCheckHost()
           
static VersionChecker getInstance()
          Returns the single instance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static VersionChecker getInstance()
Returns the single instance


getCheckHost

public java.lang.String getCheckHost()

checkForNewVersion

public VersionData checkForNewVersion()
                               throws VersionDataAdapterException
Checks wether a new version is available.
Returns null if no new version is available.
Returns the new version otherwise.

Throws:
VersionDataAdapterException