Class SystemPropertiesConfigurationProvider
- java.lang.Object
-
- com.zebrunner.agent.core.config.provider.AnnotationDrivenConfigurationProvider<SystemProperty>
-
- com.zebrunner.agent.core.config.provider.SystemPropertiesConfigurationProvider
-
- All Implemented Interfaces:
ConfigurationProvider
public class SystemPropertiesConfigurationProvider extends AnnotationDrivenConfigurationProvider<SystemProperty>
-
-
Constructor Summary
Constructors Constructor Description SystemPropertiesConfigurationProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.List<java.lang.String>getConfigurationFieldKeys(SystemProperty 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(SystemProperty annotation)
- Specified by:
getConfigurationFieldKeysin classAnnotationDrivenConfigurationProvider<SystemProperty>
-
getConfigurationFieldValue
protected java.lang.String getConfigurationFieldValue(java.lang.String key)
- Specified by:
getConfigurationFieldValuein classAnnotationDrivenConfigurationProvider<SystemProperty>
-
-