Class JsonConfigLoader<T>
java.lang.Object
com.aventstack.extentreports.config.external.JsonConfigLoader<T>
- All Implemented Interfaces:
ConfigLoadable<T>
-
Constructor Summary
ConstructorsConstructorDescriptionJsonConfigLoader(T instance, File f) JsonConfigLoader(T instance, String json) -
Method Summary
-
Constructor Details
-
JsonConfigLoader
- Throws:
FileNotFoundException
-
JsonConfigLoader
-
-
Method Details
-
apply
public void apply()- Specified by:
applyin interfaceConfigLoadable<T>
-