Uses of Class
org.languagetool.rules.spelling.suggestions.SuggestionChangesTestConfig
-
Packages that use SuggestionChangesTestConfig Package Description org.languagetool.rules.spelling.suggestions -
-
Uses of SuggestionChangesTestConfig in org.languagetool.rules.spelling.suggestions
Fields in org.languagetool.rules.spelling.suggestions declared as SuggestionChangesTestConfig Modifier and Type Field Description private SuggestionChangesTestConfig
SuggestionsChanges. config
Methods in org.languagetool.rules.spelling.suggestions that return SuggestionChangesTestConfig Modifier and Type Method Description SuggestionChangesTestConfig
SuggestionsChanges. getConfig()
Methods in org.languagetool.rules.spelling.suggestions with parameters of type SuggestionChangesTestConfig Modifier and Type Method Description (package private) static void
SuggestionsChanges. init(@NotNull SuggestionChangesTestConfig config, @Nullable java.io.BufferedWriter reportWriter)
Constructors in org.languagetool.rules.spelling.suggestions with parameters of type SuggestionChangesTestConfig Constructor Description SuggestionsChanges(SuggestionChangesTestConfig config, java.io.BufferedWriter reportWriter)
-