Interface IDiagnosticProvider


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

      • getDiagnostics

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