Package net.bluemind.system.api
Interface ISystemConfiguration
@Path("/configuration")
public interface ISystemConfiguration
-
Method Summary
Modifier and TypeMethodDescriptionGet server configurationvoid
updateMutableValues
(Map<String, String> values)
-
Method Details
-
getValues
Get server configuration- Returns:
- configuration values
- Throws:
ServerFault
-
updateMutableValues
- Throws:
ServerFault
-