Class ServiceConfigurationManager<T extends Service>
java.lang.Object
org.palladiosimulator.somox.analyzer.rules.gui.ServiceConfigurationManager<T>
- Direct Known Subclasses:
ServiceConfigurationView
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
initializeFrom
(ILaunchConfiguration configuration) void
performApply
(ILaunchConfigurationWorkingCopy configuration) void
setDefaults
(ILaunchConfigurationWorkingCopy configuration) Called when a new launch configuration is created, to set the values to sensible defaults.
-
Constructor Details
-
ServiceConfigurationManager
-
-
Method Details
-
initializeFrom
-
performApply
-
setDefaults
Called when a new launch configuration is created, to set the values to sensible defaults.- Parameters:
configuration
- the new launch configuration
-
getServiceConfiguration
-