Uses of Class
net.bluemind.system.api.SystemConf
Packages that use SystemConf
-
Uses of SystemConf in net.bluemind.system.api
Methods in net.bluemind.system.api that return SystemConfModifier and TypeMethodDescriptionstatic SystemConf
ISystemConfiguration.getValues()
Get server configurationMethods in net.bluemind.system.api that return types with arguments of type SystemConfMethods in net.bluemind.system.api with parameters of type SystemConfModifier and TypeMethodDescriptionSystemConf.merge
(SystemConf previous, Map<String, String> newValues) Merge newValues to previous and remove key with null valueMethod parameters in net.bluemind.system.api with type arguments of type SystemConfModifier and TypeMethodDescriptionvoid
ISystemConfigurationAsync.getValues
(AsyncHandler<SystemConf> handler)