Class ReporterConfiguration

  • All Implemented Interfaces:

    
    public final class ReporterConfiguration
    
                        

    The base configuration model of the reporter.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Map<String, Map<String, String>> getOptions() Reporter specific configuration options.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getOptions

         final Map<String, Map<String, String>> getOptions()

        Reporter specific configuration options. The key needs to match the name of the reporter class, e.g. "FossId" for the FossId reporter. See the documentation of the reporter for available options.