public class Configuration extends Object
| Constructor and Description |
|---|
Configuration(String configurationName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getConfigurationName() |
Locale |
getDefaultLocale() |
Map<String,FormatterConfiguration> |
getFormattersMap() |
Map<String,Vocabulary> |
getIndexVocabularyMap() |
Map<String,Vocabulary> |
getIsVocabularyMap() |
List<Locale> |
getLocales() |
Map<String,Vocabulary> |
getLocalVocabularyMap() |
Map<String,List<Transformation>> |
getTransformationsMap() |
void |
setConfigurationName(String configurationName) |
void |
setDefaultLocale(Locale defaultLocale) |
void |
setFormattersMap(Map<String,FormatterConfiguration> formattersMap) |
void |
setIndexVocabularyMap(Map<String,Vocabulary> indexVocabularyMap) |
void |
setIsVocabularyMap(Map<String,Vocabulary> isVocabularyMap) |
void |
setLocales(List<Locale> locales) |
void |
setLocalVocabularyMap(Map<String,Vocabulary> localVocabularyMap) |
void |
setTransformationsMap(Map<String,List<Transformation>> transformationsMap) |
public Configuration(String configurationName)
public void setConfigurationName(String configurationName)
public String getConfigurationName()
public void setDefaultLocale(Locale defaultLocale)
public Locale getDefaultLocale()
public Map<String,List<Transformation>> getTransformationsMap()
public void setTransformationsMap(Map<String,List<Transformation>> transformationsMap)
public void setIndexVocabularyMap(Map<String,Vocabulary> indexVocabularyMap)
public Map<String,Vocabulary> getIndexVocabularyMap()
public void setIsVocabularyMap(Map<String,Vocabulary> isVocabularyMap)
public Map<String,Vocabulary> getIsVocabularyMap()
public void setLocalVocabularyMap(Map<String,Vocabulary> localVocabularyMap)
public Map<String,Vocabulary> getLocalVocabularyMap()
public Map<String,FormatterConfiguration> getFormattersMap()
public void setFormattersMap(Map<String,FormatterConfiguration> formattersMap)
Copyright © 2020. All rights reserved.