- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getProjectPropertiesFile (1.21 sec)
-
src/main/java/org/codelibs/fess/util/ResourceUtil.java
} /** * Gets the path to the project properties file. * * @return the Path object pointing to the project.properties file */ public static Path getProjectPropertiesFile() { return getPath("WEB-INF/", StringUtil.EMPTY, "project.properties"); } /** * Gets the path to image files directory. *Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 14.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/SystemHelper.java
return langItems; } }); ComponentUtil.doInitProcesses(Runnable::run); parseProjectProperties(ResourceUtil.getProjectPropertiesFile()); updateConfigListenerMap.put("Label", () -> Integer.toString(ComponentUtil.getLabelTypeHelper().load()));Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 20 08:30:43 UTC 2025 - 36.6K bytes - Viewed (0)