Class PropertyProviderFactoryImpl
- java.lang.Object
-
- com.testomatio.reporter.propertyconfig.impl.PropertyProviderFactoryImpl
-
- All Implemented Interfaces:
PropertyProviderFactory
public class PropertyProviderFactoryImpl extends Object implements PropertyProviderFactory
Singleton factory creating property provider chains with fallback behavior. Configures chain order: JVM properties → Environment → File → Defaults.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description PropertyProvidergetPropertyProvider()Creates property provider with configured chain of responsibility.static PropertyProviderFactorygetPropertyProviderFactory()Returns singleton factory instance.
-
-
-
Method Detail
-
getPropertyProviderFactory
public static PropertyProviderFactory getPropertyProviderFactory()
Returns singleton factory instance.- Returns:
- PropertyProviderFactory instance
-
getPropertyProvider
public PropertyProvider getPropertyProvider()
Description copied from interface:PropertyProviderFactoryCreates property provider with configured chain of responsibility.- Specified by:
getPropertyProviderin interfacePropertyProviderFactory- Returns:
- property provider chain head
-
-