Package com._1c.g5.v8.dt.compare.model
Interface IDiagnosticProvider
-
public interface IDiagnosticProvider
An object capable of providing diagnostic information.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<String>
getDiagnostics()
Returns diagnostic information in the form of a collection of strings.
-
-
-
Method Detail
-
getDiagnostics
Collection<String> getDiagnostics()
Returns diagnostic information in the form of a collection of strings.- Returns:
- a collection of strings, never
null
-
-