org.gudy.azureus2.core3.config.impl
Class ConfigurationChecker

java.lang.Object
  extended by org.gudy.azureus2.core3.config.impl.ConfigurationChecker

public class ConfigurationChecker
extends Object

The purpose of this class is to provide a way of checking that the config file contains valid values when azureus is started.

Author:
Olivier

Constructor Summary
ConfigurationChecker()
           
 
Method Summary
static void checkConfiguration()
           
static boolean isNewInstall()
           
static boolean isNewVersion()
           
protected static void loadProperties(String dir)
           
protected static void setSystemProperties()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationChecker

public ConfigurationChecker()
Method Detail

setSystemProperties

protected static void setSystemProperties()

loadProperties

protected static void loadProperties(String dir)

checkConfiguration

public static void checkConfiguration()

isNewInstall

public static final boolean isNewInstall()

isNewVersion

public static final boolean isNewVersion()