- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for getFileConfigIdList (0.27 seconds)
-
src/main/java/org/codelibs/fess/exec/Crawler.java
/** * Parses the file configuration IDs string into a list. * * @return list of file configuration IDs, or null if none specified */ protected List<String> getFileConfigIdList() { if (StringUtil.isNotBlank(fileConfigIds)) { final String[] values = fileConfigIds.split(","); return createConfigIdList(values); }Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 32.4K bytes - Click Count (0)