public interface IIssueProvider
SourceTextEntry.getSrcText()
) and
target text (TMXEntry.translation
) and return one or more
IIssue
s if there is a problem, or an empty list otherwise.Modifier and Type | Method and Description |
---|---|
java.lang.String |
getId() |
java.util.List<IIssue> |
getIssues(SourceTextEntry sourceEntry,
TMXEntry tmxEntry) |
java.lang.String |
getName() |
java.util.List<IIssue> getIssues(SourceTextEntry sourceEntry, TMXEntry tmxEntry)
java.lang.String getId()
java.lang.String getName()