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 ServerConfigFileOpens the configuration file.Methods in com.iizigo.server with parameters of type ServerConfigFileModifier and TypeMethodDescriptionvoidIServerConfigFileListener.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, Exception loadException) Sets or clears the Server configuration file to edit.