- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for updateSystemProperties (0.3 sec)
-
src/main/java/org/codelibs/fess/helper/SystemHelper.java
if (resetJobs) { ComponentUtil.getJobManager().reboot(); } updateSystemProperties(); ComponentUtil.getRankFusionProcessor().update(); } /** * Updates system properties from the application configuration. */ public void updateSystemProperties() { final String value = ComponentUtil.getFessConfig().getAppValue();
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sun Aug 31 08:19:00 UTC 2025 - 36.6K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/exec/SuggestCreatorTest.java
// Register mock system helper SystemHelper mockSystemHelper = new SystemHelper() { @Override public void updateSystemProperties() { // Mock implementation } }; ComponentUtil.register(mockSystemHelper, "systemHelper"); // Register mock FessConfig
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 11.1K bytes - Viewed (0)