Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getWebConfigIdList (0.59 sec)

  1. src/main/java/org/codelibs/fess/exec/Crawler.java

            /**
             * Parses the web configuration IDs string into a list.
             *
             * @return list of web configuration IDs, or null if none specified
             */
            protected List<String> getWebConfigIdList() {
                if (StringUtil.isNotBlank(webConfigIds)) {
                    final String[] values = webConfigIds.split(",");
                    return createConfigIdList(values);
                }
                return null;
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Fri Nov 28 16:29:12 UTC 2025
    - 31.4K bytes
    - Viewed (0)
Back to top