Package com.powsybl.commons.config
Interface ModuleConfigRepository
- All Known Implementing Classes:
EnvironmentModuleConfigRepository
,InMemoryModuleConfigRepository
,PropertiesModuleConfigRepository
,StackedModuleConfigRepository
,XmlModuleConfigRepository
,YamlModuleConfigRepository
public interface ModuleConfigRepository
- Author:
- Geoffroy Jamgotchian <geoffroy.jamgotchian at rte-france.com>
-
Method Summary
Modifier and TypeMethodDescriptiongetModuleConfig
(String name) default boolean
moduleExists
(String name) Deprecated.
-
Method Details
-
moduleExists
Deprecated.Use theOptional
returned bygetModuleConfig(String)
-
getModuleConfig
-
Optional
returned bygetModuleConfig(String)