- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for getTypePrefix (0.05 sec)
-
src/main/java/org/codelibs/fess/helper/CrawlingConfigHelper.java
} final String configType = configId.substring(0, 1); if (ConfigType.WEB.getTypePrefix().equals(configType)) { return ConfigType.WEB; } if (ConfigType.FILE.getTypePrefix().equals(configType)) { return ConfigType.FILE; } if (ConfigType.DATA.getTypePrefix().equals(configType)) { return ConfigType.DATA; } return null;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 19.5K bytes - Viewed (0)