Package com._1c.g5.v8.dt.compare.model
Interface IDiagnosticProvider
public interface IDiagnosticProvider
An object capable of providing diagnostic information.
-
Method Summary
Modifier and TypeMethodDescriptionReturns 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
-