public class SearchRegistry extends Object implements TransformerRegistry, FormatterRegistry
| Constructor and Description |
|---|
SearchRegistry() |
| Modifier and Type | Method and Description |
|---|---|
Configuration |
getConfig() |
Formatter |
getFormatter(String name)
Returns the formatter of a given name
|
Transformer |
getTransformer(String name,
Locale locale)
Returns the
Transformer with the given name. |
VocabularyManager |
getVocabularyManager() |
void |
setConfig(Configuration config) |
void |
setVocabularyManager(VocabularyManager vocabularyManager) |
public Transformer getTransformer(String name, Locale locale)
TransformerRegistryTransformer with the given name.getTransformer in interface TransformerRegistryname - The name of the Transformer.Transformerpublic Formatter getFormatter(String name)
FormatterRegistrygetFormatter in interface FormatterRegistryname - The name of the formatterpublic Configuration getConfig()
public void setConfig(Configuration config)
public void setVocabularyManager(VocabularyManager vocabularyManager)
public VocabularyManager getVocabularyManager()
Copyright © 2020. All rights reserved.