public interface ReporterConfigurable
| Modifier and Type | Method and Description |
|---|---|
void |
loadJSONConfig(File jsonFile) |
void |
loadJSONConfig(String jsonString) |
void |
loadXMLConfig(File xmlFile) |
void |
loadXMLConfig(String xmlFile) |
void loadJSONConfig(File jsonFile) throws IOException
IOExceptionvoid loadJSONConfig(String jsonString) throws IOException
IOExceptionvoid loadXMLConfig(File xmlFile) throws IOException
IOExceptionvoid loadXMLConfig(String xmlFile) throws IOException
IOExceptionCopyright © 2020. All rights reserved.