- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getConfOrClassesPath (0.1 sec)
-
src/main/java/org/codelibs/fess/util/ResourceUtil.java
if (StringUtil.isNotBlank(confPath)) { return Paths.get(confPath, names); } return getPath("WEB-INF/", "conf", names); } public static Path getConfOrClassesPath(final String... names) { final Path confPath = getConfPath(names); if (Files.exists(confPath)) { return confPath; }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Oct 24 08:52:32 UTC 2024 - 7.5K bytes - Viewed (0) -
src/main/resources/fess.xml
<property name="roleSeparator">","</property> --> </component> <component name="tikaConfig" class="org.apache.tika.config.TikaConfig"> <arg>org.codelibs.fess.util.ResourceUtil.getConfOrClassesPath("tika.xml")</arg> </component>
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sun Jul 28 09:03:48 UTC 2024 - 5.2K bytes - Viewed (0)