Uses of Class
com.iizigo.server.ServerConfigFile
Packages that use ServerConfigFile
Uses of ServerConfigFile in com.iizigo.server
Methods in com.iizigo.server that return ServerConfigFileModifier and TypeMethodDescriptionServerConfigComposite.getServerConfigFile()
Gets the Server Configuration file instance.static ServerConfigFile
Opens the configuration file.Methods in com.iizigo.server with parameters of type ServerConfigFileModifier and TypeMethodDescriptionvoid
IServerConfigFileListener.onServerConfigFileUpdated
(ServerConfigFile serverConfigFile) Called when a change has been made somehow and/or the property tree has been verified for errors.void
ServerConfigComposite.onServerConfigFileUpdated
(ServerConfigFile serverConfigFile) Called when a change has been made somehow and/or the property tree has been verified for errors.void
ServerConfigComposite.setServerConfigFile
(ServerConfigFile config, Exception loadException) Sets or clears the Server configuration file to edit.