@Deprecated public class LanguageSpellcheckMappings extends Object
| Constructor and Description |
|---|
LanguageSpellcheckMappings()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
LanguageSpellcheckMappings |
addMapping(String language,
Collection<String> fields)
Deprecated.
Adds collection of fields for the given language.
|
Set<String> |
getLanguages()
Deprecated.
|
Collection<String> |
getSpellcheckFieldsForLanguage(String language)
Deprecated.
|
public LanguageSpellcheckMappings addMapping(String language, Collection<String> fields)
language - isocode of language for which the fields are givenfields - fields to be used for building the dictionarypublic Set<String> getLanguages()
public Collection<String> getSpellcheckFieldsForLanguage(String language)
Copyright © 2017 SAP SE. All Rights Reserved.