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 ServerConfigFileServerConfigComposite. getServerConfigFile()Gets the Server Configuration file instance.static ServerConfigFileServerConfigFile. open(java.lang.String fileName)Opens the configuration file.Methods in com.iizigo.server with parameters of type ServerConfigFile Modifier and Type Method Description voidIServerConfigFileListener. onServerConfigFileUpdated(ServerConfigFile serverConfigFile)Called when a change has been made somehow and/or the property tree has been verified for errors.voidServerConfigComposite. onServerConfigFileUpdated(ServerConfigFile serverConfigFile)Called when a change has been made somehow and/or the property tree has been verified for errors.voidServerConfigComposite. setServerConfigFile(ServerConfigFile config, java.lang.Exception loadException)Sets or clears the Server configuration file to edit.