Uses of Interface
org.codelibs.fess.ds.DataStore
-
Packages that use DataStore Package Description org.codelibs.fess.ds -
-
Uses of DataStore in org.codelibs.fess.ds
Classes in org.codelibs.fess.ds that implement DataStore Modifier and Type Class Description classAbstractDataStoreFields in org.codelibs.fess.ds with type parameters of type DataStore Modifier and Type Field Description protected java.util.Map<java.lang.String,DataStore>DataStoreFactory. dataStoreMapMethods in org.codelibs.fess.ds that return DataStore Modifier and Type Method Description DataStoreDataStoreFactory. getDataStore(java.lang.String name)Methods in org.codelibs.fess.ds with parameters of type DataStore Modifier and Type Method Description voidDataStoreFactory. add(java.lang.String name, DataStore dataStore)
-