public class DictionaryManager extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<DictionaryCreator> |
creatorList |
| Constructor and Description |
|---|
DictionaryManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
addCreator(DictionaryCreator creator) |
InputStream |
getContentInputStream(DictionaryFile<? extends DictionaryItem> dictFile) |
org.dbflute.optional.OptionalEntity<DictionaryFile<? extends DictionaryItem>> |
getDictionaryFile(String id) |
DictionaryFile<? extends DictionaryItem>[] |
getDictionaryFiles() |
void |
init() |
void |
store(DictionaryFile<? extends DictionaryItem> dictFile,
File file) |
protected List<DictionaryCreator> creatorList
@PostConstruct public void init()
public DictionaryFile<? extends DictionaryItem>[] getDictionaryFiles()
public org.dbflute.optional.OptionalEntity<DictionaryFile<? extends DictionaryItem>> getDictionaryFile(String id)
public void store(DictionaryFile<? extends DictionaryItem> dictFile, File file)
public InputStream getContentInputStream(DictionaryFile<? extends DictionaryItem> dictFile)
public void addCreator(DictionaryCreator creator)
Copyright © 2009–2017 CodeLibs. All rights reserved.