public interface ConfigurationAdminSettings extends EquinoxModule
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
Long |
getSettleTimeout()
Returns the value of the 'Settle Timeout' attribute.
|
boolean |
isAutomaticMerge()
Returns the value of the 'Automatic Merge' attribute.
|
void |
setAutomaticMerge(boolean value)
Sets the value of the '
Automatic Merge' attribute. |
void |
setSettleTimeout(Long value)
Sets the value of the '
Settle Timeout' attribute. |
boolean isAutomaticMerge()
"false".
Set to "true" if configurations should be merged automatically into the running system.
setAutomaticMerge(boolean),
InfrastructurePackage.getConfigurationAdminSettings_AutomaticMerge()void setAutomaticMerge(boolean value)
Automatic Merge' attribute.
value - the new value of the 'Automatic Merge' attribute.isAutomaticMerge()Long getSettleTimeout()
setSettleTimeout(Long),
InfrastructurePackage.getConfigurationAdminSettings_SettleTimeout()void setSettleTimeout(Long value)
Settle Timeout' attribute.
value - the new value of the 'Settle Timeout' attribute.getSettleTimeout()