fm.liveswitch.diagnostics.IDiagnosticsProvider Interface Reference

Interface for a component that provides diagnostic information. More...

Public Member Functions

abstract String getComponentName ()
 Gets the Component Name of the Provider. More...
 
abstract fm.liveswitch.diagnostics.DiagnosticsData getDiagnostics ()
 Gets the diagnostic data for this component. More...
 

Detailed Description

Interface for a component that provides diagnostic information.

Member Function Documentation

◆ getComponentName()

abstract String fm.liveswitch.diagnostics.IDiagnosticsProvider.getComponentName ( )
abstract

Gets the Component Name of the Provider.

◆ getDiagnostics()

abstract fm.liveswitch.diagnostics.DiagnosticsData fm.liveswitch.diagnostics.IDiagnosticsProvider.getDiagnostics ( )
abstract

Gets the diagnostic data for this component.

Returns
A fm.liveswitch.diagnostics.DiagnosticsData object containing the component's diagnostic information.