- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for getDataStoreFactory (0.1 sec)
-
src/main/java/org/codelibs/fess/ds/AbstractDataStore.java
* The flag to check if the data store is alive. */ protected boolean alive = true; /** * Register this data store. */ public void register() { ComponentUtil.getDataStoreFactory().add(getName(), this); } /** * Get the name of this data store. * @return The name of this data store. */ protected abstract String getName(); @Override
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 7.5K bytes - Viewed (0)