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