Package org.somox.configuration
Interface ConfigurableComponent
- All Known Subinterfaces:
Exporter
,SoftwareExtractor
,SoMoXCoreController
- All Known Implementing Classes:
GUISoMoXCoreController
public interface ConfigurableComponent
Configurable component which can be asked for the list of required
configuration settings.
-
Method Summary
Modifier and TypeMethodDescriptionGet the list of configuration definitions
-
Method Details
-
getConfigurationDefinitions
LinkedList<ConfigurationDefinition> getConfigurationDefinitions()Get the list of configuration definitions
-