Interface IDiagnosticProvider


public interface IDiagnosticProvider
An object capable of providing diagnostic information.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns diagnostic information in the form of a collection of strings.
  • Method Details

    • getDiagnostics

      Collection<String> getDiagnostics()
      Returns diagnostic information in the form of a collection of strings.
      Returns:
      a collection of strings, never null