Configuration Holder
Holds the current configurations.
Properties
remoteConfiguration if the client is currently connected to a server, localConfiguration otherwise.
The currently loaded local configuration.
The error occurred during the ast configuration load. Will be null
if it was successful.
The configuration of remote server the client is currently connected to, or null
, if the client is not connected to a server. It is the configuration of the integrated server, if running.
Functions
The currently loaded local configuration.
The error occurred during the ast configuration load. Will be null
if it was successful.
The configuration of remote server the client is currently connected to, or null
, if the client is not connected to a server. It is the configuration of the integrated server, if running.
The currently loaded local configuration.
The configuration of remote server the client is currently connected to, or null
, if the client is not connected to a server. It is the configuration of the integrated server, if running.
Tries to load the local configuration from disk into localConfiguration. If the load fails, localConfiguration won't be changed, and the error can be found in localConfigurationLoadException.