Class XmlConfigLoader<T>
- java.lang.Object
-
- com.aventstack.extentreports.config.external.XmlConfigLoader<T>
-
- All Implemented Interfaces:
ConfigLoadable<T>
public class XmlConfigLoader<T> extends Object implements ConfigLoadable<T>
-
-
Constructor Summary
Constructors Constructor Description XmlConfigLoader(T instance, File f)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapply()ConfigStoregetConfigStore()
-
-
-
Method Detail
-
apply
public void apply()
- Specified by:
applyin interfaceConfigLoadable<T>
-
getConfigStore
public ConfigStore getConfigStore()
-
-