Package org.codelibs.fess.ds
Class DataStoreFactory
- java.lang.Object
-
- org.codelibs.fess.ds.DataStoreFactory
-
public class DataStoreFactory extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected Map<String,DataStore>dataStoreMapprotected String[]dataStoreNamesprotected longlastLoadedTime
-
Constructor Summary
Constructors Constructor Description DataStoreFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(String name, DataStore dataStore)DataStoregetDataStore(String name)String[]getDataStoreNames()protected List<String>loadDataStoreNameList()
-