Package org.testng.internal.ant
Class AntReporterConfig
- java.lang.Object
-
- org.testng.internal.ant.AntReporterConfig
-
public class AntReporterConfig extends java.lang.ObjectUsed with the <reporter> sub-element of the Ant taskNOTE: this class needs to be public. It's used by TestNG Ant task
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAntReporterConfig.Property
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringclassNameThe class name of the reporter listenerprivate java.util.List<AntReporterConfig.Property>propertiesThe properties of the reporter listener
-
Constructor Summary
Constructors Constructor Description AntReporterConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddProperty(AntReporterConfig.Property property)java.lang.Stringserialize()voidsetClassName(java.lang.String className)
-
-
-
Field Detail
-
className
protected java.lang.String className
The class name of the reporter listener
-
properties
private final java.util.List<AntReporterConfig.Property> properties
The properties of the reporter listener
-
-
Method Detail
-
addProperty
public void addProperty(AntReporterConfig.Property property)
-
setClassName
public void setClassName(java.lang.String className)
-
serialize
public java.lang.String serialize()
-
-