Class EnvironmentConfigurationProvider
- java.lang.Object
-
- com.zebrunner.agent.core.config.provider.AnnotationDrivenConfigurationProvider<EnvironmentVariable>
-
- com.zebrunner.agent.core.config.provider.EnvironmentConfigurationProvider
-
- All Implemented Interfaces:
ConfigurationProvider
public class EnvironmentConfigurationProvider extends AnnotationDrivenConfigurationProvider<EnvironmentVariable>
-
-
Constructor Summary
Constructors Constructor Description EnvironmentConfigurationProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.List<java.lang.String>getConfigurationFieldKeys(EnvironmentVariable annotation)protected java.lang.StringgetConfigurationFieldValue(java.lang.String key)-
Methods inherited from class com.zebrunner.agent.core.config.provider.AnnotationDrivenConfigurationProvider
afterPropertiesSet, beforePropertiesSet, getConfiguration
-
-
-
-
Method Detail
-
getConfigurationFieldKeys
protected java.util.List<java.lang.String> getConfigurationFieldKeys(EnvironmentVariable annotation)
- Specified by:
getConfigurationFieldKeysin classAnnotationDrivenConfigurationProvider<EnvironmentVariable>
-
getConfigurationFieldValue
protected java.lang.String getConfigurationFieldValue(java.lang.String key)
- Specified by:
getConfigurationFieldValuein classAnnotationDrivenConfigurationProvider<EnvironmentVariable>
-
-