Package com.biglybt.core.config.impl
Class ConfigurationChecker
java.lang.Object
com.biglybt.core.config.impl.ConfigurationChecker
The purpose of this class is to provide a way of checking that the config file
contains valid values when the client is started.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
static boolean
static boolean
protected static void
loadProperties
(String dir) (package private) static void
protected static void
private static void
-
Field Details
-
LOGID
-
system_properties_set
private static final boolean system_properties_set- See Also:
-
checked
private static boolean checked -
new_install
private static boolean new_install -
class_mon
-
new_version
private static boolean new_version
-
-
Constructor Details
-
ConfigurationChecker
public ConfigurationChecker()
-
-
Method Details
-
setSystemProperties
protected static void setSystemProperties() -
loadProperties
-
checkConfiguration
public static void checkConfiguration() -
setupVerifier
private static void setupVerifier() -
runVerifier
static void runVerifier() -
isNewInstall
public static boolean isNewInstall() -
isNewVersion
public static boolean isNewVersion()
-