Package com.solibri.smc.api.settings
Interface Settings
public interface Settings
Settings provides access to the settings of the software.
- Since:
- 9.10.6
-
Method Summary
Modifier and Type Method Description GeneralSettings
getGeneralSettings()
Returns the general settings.ProxySettings
getProxySettings()
Returns the proxy settings.<T extends Setting<?>>
TgetSetting(Class<T> setting)
UnitSettings
getUnitSettings()
Returns the unit settings.
-
Method Details
-
getGeneralSettings
GeneralSettings getGeneralSettings()Returns the general settings.- Returns:
- the general settings
- Since:
- 9.10.6
-
getUnitSettings
UnitSettings getUnitSettings()Returns the unit settings.- Returns:
- the unit settings
- Since:
- 9.10.8
-
getProxySettings
ProxySettings getProxySettings()Returns the proxy settings.- Returns:
- the proxy settings
- Since:
- 9.12.0
-
getSetting
-