Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getWebConfigListByIds (0.08 sec)

  1. src/main/java/org/codelibs/fess/helper/WebFsIndexHelper.java

            final List<WebConfig> webConfigList;
            if (runAll || webConfigIdList != null) {
                webConfigList = ComponentUtil.getCrawlingConfigHelper().getWebConfigListByIds(webConfigIdList);
            } else {
                webConfigList = Collections.emptyList();
            }
            final List<FileConfig> fileConfigList;
            if (runAll || fileConfigIdList != null) {
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Oct 11 21:11:58 UTC 2024
    - 22.6K bytes
    - Viewed (0)
Back to top