Class Reporter.NoOpImpl

    • Constructor Detail

      • NoOpImpl

        public NoOpImpl()
    • Method Detail

      • createSubReporter

        public Reporter createSubReporter​(String taskKey,
                                          String defaultName,
                                          Map<String,​TypedValue> values)
        Description copied from interface: Reporter
        Create a sub-reporter for a specific task, to separate from current reports the reports from that task, with some associated values.
        Parameters:
        taskKey - the key identifying that task
        defaultName - a name or message describing the corresponding task, which may contain references to the provided values
        values - a map of TypedValue indexed by their key, which may be referred to within the defaultName or within the reports message of the created sub-reporter
        Returns:
        the new sub-reporter
      • report

        public void report​(Report report)
        Description copied from interface: Reporter
        Add a new report
        Parameters:
        report - the report to add