Uses of Interface
com.testomatio.reporter.propertyconfig.interf.PropertyProvider
-
Packages that use PropertyProvider Package Description com.testomatio.reporter.propertyconfig.impl com.testomatio.reporter.propertyconfig.interf com.testomatio.reporter.propertyconfig.provider -
-
Uses of PropertyProvider in com.testomatio.reporter.propertyconfig.impl
Methods in com.testomatio.reporter.propertyconfig.impl that return PropertyProvider Modifier and Type Method Description PropertyProviderPropertyProviderFactoryImpl. getPropertyProvider() -
Uses of PropertyProvider in com.testomatio.reporter.propertyconfig.interf
Classes in com.testomatio.reporter.propertyconfig.interf that implement PropertyProvider Modifier and Type Class Description classAbstractPropertyProviderBase class for property providers implementing chain of responsibility pattern.Fields in com.testomatio.reporter.propertyconfig.interf declared as PropertyProvider Modifier and Type Field Description protected PropertyProviderAbstractPropertyProvider. nextMethods in com.testomatio.reporter.propertyconfig.interf that return PropertyProvider Modifier and Type Method Description PropertyProviderPropertyProviderFactory. getPropertyProvider()Creates property provider with configured chain of responsibility.static PropertyProvider[]AbstractPropertyProvider. getPropertyProviders()Creates array of property providers in priority order: JVM system properties → Environment variables → File properties → Defaults.Methods in com.testomatio.reporter.propertyconfig.interf with parameters of type PropertyProvider Modifier and Type Method Description voidAbstractPropertyProvider. setNext(PropertyProvider next)voidPropertyProvider. setNext(PropertyProvider next)Sets next provider in the chain for fallback. -
Uses of PropertyProvider in com.testomatio.reporter.propertyconfig.provider
Classes in com.testomatio.reporter.propertyconfig.provider that implement PropertyProvider Modifier and Type Class Description classDefaultPropertyProviderProperty provider that provides default values as final fallback.classFilePropertyProviderProperty provider that reads from properties file on classpath.classJvmSystemPropertyProviderProperty provider that reads from JVM system properties.classSystemEnvPropertyProviderProperty provider that reads from system environment variables.
-