Package org.codelibs.fess.dict
Class DictionaryManager
java.lang.Object
org.codelibs.fess.dict.DictionaryManager
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCreator(DictionaryCreator creator) org.codelibs.curl.CurlResponsegetContentResponse(DictionaryFile<? extends DictionaryItem> dictFile) org.dbflute.optional.OptionalEntity<DictionaryFile<? extends DictionaryItem>>DictionaryFile<? extends DictionaryItem>[]voidinit()voidstore(DictionaryFile<? extends DictionaryItem> dictFile, File file)
-
Field Details
-
creatorList
-
-
Constructor Details
-
DictionaryManager
public DictionaryManager()
-
-
Method Details
-
init
@PostConstruct public void init() -
getDictionaryFiles
-
getDictionaryFile
public org.dbflute.optional.OptionalEntity<DictionaryFile<? extends DictionaryItem>> getDictionaryFile(String id) -
store
-
getContentResponse
public org.codelibs.curl.CurlResponse getContentResponse(DictionaryFile<? extends DictionaryItem> dictFile) -
addCreator
-