Interface IIssueProvider

All Known Implementing Classes:
LanguageToolIssueProvider

public interface IIssueProvider
An interface for providing issues (problems with a translation). Implementers should inspect the source text (SourceTextEntry.getSrcText()) and target text (TMXEntry.translation) and return one or more IIssues if there is a problem, or an empty list otherwise.