public class SystemInitializer extends IzouModule implements ReloadableFile
| Modifier and Type | Field and Description |
|---|---|
static String |
IZOU_PROPERTIES_FILE_NAME
The name of the Izou properties file
|
log, main| Constructor and Description |
|---|
SystemInitializer(Main main)
Creates a new SystemInitializer object
|
| Modifier and Type | Method and Description |
|---|---|
void |
initSystem()
Initializes the system by calling all init methods
|
void |
registerWithPropertiesManager()
This method registers the SystemInitializer with the Properties manager, but this can only be done once the
properties manager has been created, thus this method is called later.
|
void |
reloadFile(String eventType)
Method that system-manager uses to update file when it has detected a change in it.
|
debug, debug, error, error, fatal, fatal, getID, getMainclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetID, isOwnerpublic static final String IZOU_PROPERTIES_FILE_NAME
public SystemInitializer(Main main)
public void initSystem()
public void registerWithPropertiesManager()
public void reloadFile(String eventType)
ReloadableFilereloadFile in interface ReloadableFileeventType - the Type which caused the reloadingCopyright © 2016. All rights reserved.