public class ReporterConfig
extends java.lang.Object
| Modifier and Type | Class | Description |
|---|---|---|
static class |
ReporterConfig.Property |
| Constructor | Description |
|---|---|
ReporterConfig() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
addProperty(ReporterConfig.Property property) |
|
static ReporterConfig |
deserialize(java.lang.String inputString) |
|
java.lang.String |
getClassName() |
|
java.util.List<ReporterConfig.Property> |
getProperties() |
|
IReporter |
newReporterInstance() |
Creates a reporter based on the current configuration
|
java.lang.String |
serialize() |
|
void |
setClassName(java.lang.String className) |
|
java.lang.String |
toString() |
public void addProperty(ReporterConfig.Property property)
public java.util.List<ReporterConfig.Property> getProperties()
public java.lang.String getClassName()
public void setClassName(java.lang.String className)
public java.lang.String serialize()
public static ReporterConfig deserialize(java.lang.String inputString)
public IReporter newReporterInstance()
public java.lang.String toString()
toString in class java.lang.Object