Class ReporterConfig


  • public class ReporterConfig
    extends java.lang.Object
    Stores the information regarding the configuration of a pluggable report listener.
    • Field Detail

      • className

        protected java.lang.String className
        The class name of the reporter listener
      • properties

        protected final java.util.List<ReporterConfig.Property> properties
        The properties of the reporter listener
    • Constructor Detail

      • ReporterConfig

        public ReporterConfig​(java.lang.String className,
                              java.util.List<ReporterConfig.Property> properties)
    • Method Detail

      • getClassName

        public java.lang.String getClassName()
      • serialize

        public java.lang.String serialize()
      • deserialize

        public static ReporterConfig deserialize​(java.lang.String inputString)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object