public abstract class AbstractReporterConfig extends Object
Modifier and Type | Class and Description |
---|---|
static class |
AbstractReporterConfig.ReporterConfigurationException |
Constructor and Description |
---|
AbstractReporterConfig() |
Modifier and Type | Method and Description |
---|---|
protected static <T> T |
loadFromFile(String fileName,
Class<T> clazz) |
static <T> boolean |
validate(T obj) |
protected static <T> T loadFromFile(String fileName, Class<T> clazz) throws IOException
IOException
public static <T> boolean validate(T obj)
Copyright © 2017. All rights reserved.