Uses of Class
net.sf.okapi.lib.verification.Issue
-
-
Uses of Issue in net.sf.okapi.lib.verification
Methods in net.sf.okapi.lib.verification that return types with arguments of type Issue Modifier and Type Method Description List<Issue>AbstractChecker. getIssues()List<Issue>BlacklistChecker. getIssues()List<Issue>LanguageToolConnector. getIssues()List<Issue>QualityCheckSession. getIssues()List<Issue>TermChecker. getIssues()Methods in net.sf.okapi.lib.verification with parameters of type Issue Modifier and Type Method Description intIssueComparator. compare(Issue issue1, Issue issue2)voidAbstractChecker. reportIssue(Issue init, ITextUnit tu, String srcOri, String trgOri, Object extra)Deprecated.Method parameters in net.sf.okapi.lib.verification with type arguments of type Issue Modifier and Type Method Description voidAbstractChecker. startProcess(LocaleId sourceLocale, LocaleId targetLocale, Parameters params, List<Issue> issues)voidCharactersChecker. startProcess(LocaleId sourceLocale, LocaleId targetLocale, Parameters params, List<Issue> issues)voidGeneralChecker. startProcess(LocaleId sourceLocale, LocaleId targetLocale, Parameters params, List<Issue> issues)voidInlineCodesChecker. startProcess(LocaleId sourceLocale, LocaleId targetLocale, Parameters params, List<Issue> issues)voidLengthChecker. startProcess(LocaleId sourceLocale, LocaleId targetLocale, Parameters params, List<Issue> issues)voidLocalizableChecker. startProcess(LocaleId sourceLocale, LocaleId targetLocale, Parameters params, List<Issue> issues)voidPatternsChecker. startProcess(LocaleId sourceLocale, LocaleId targetLocale, Parameters params, List<Issue> issues) -
Uses of Issue in net.sf.okapi.steps.characterschecker
Methods in net.sf.okapi.steps.characterschecker that return types with arguments of type Issue Modifier and Type Method Description protected List<Issue>CharactersCheckerStep. getIssues()Currently only used for Unit tests. -
Uses of Issue in net.sf.okapi.steps.generalchecker
Methods in net.sf.okapi.steps.generalchecker that return types with arguments of type Issue Modifier and Type Method Description protected List<Issue>GeneralCheckerStep. getIssues()Currently only used for Unit tests. -
Uses of Issue in net.sf.okapi.steps.inlinescodeschecker
Methods in net.sf.okapi.steps.inlinescodeschecker that return types with arguments of type Issue Modifier and Type Method Description protected List<Issue>InlineCodesCheckerStep. getIssues()Currently only used for Unit tests. -
Uses of Issue in net.sf.okapi.steps.lengthchecker
Methods in net.sf.okapi.steps.lengthchecker that return types with arguments of type Issue Modifier and Type Method Description protected List<Issue>LengthCheckerStep. getIssues()Currently only used for Unit tests. -
Uses of Issue in net.sf.okapi.steps.localizablechecker
Methods in net.sf.okapi.steps.localizablechecker that return types with arguments of type Issue Modifier and Type Method Description protected List<Issue>LocalizableCheckerStep. getIssues()Currently only used for Unit tests. -
Uses of Issue in net.sf.okapi.steps.patternschecker
Methods in net.sf.okapi.steps.patternschecker that return types with arguments of type Issue Modifier and Type Method Description protected List<Issue>PatternsCheckerStep. getIssues()Currently only used for Unit tests.
-