Uses of Class
com.iizigo.server.ServerConfigFile
Packages that use ServerConfigFile Package Description com.iizigo.server Uses of ServerConfigFile in com.iizigo.server
Methods in com.iizigo.server that return ServerConfigFile Modifier and Type Method Description ServerConfigFile
ServerConfigComposite. getServerConfigFile()
Gets the Server Configuration file instance.static ServerConfigFile
ServerConfigFile. open(java.lang.String fileName)
Opens the configuration file.Methods in com.iizigo.server with parameters of type ServerConfigFile Modifier and Type Method Description void
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, java.lang.Exception loadException)
Sets or clears the Server configuration file to edit.