Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for hasModification (0.09 sec)

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

                }
    
            }
        }
    
        protected void sendMail(final Map<String, String> infoMap) {
            final FessConfig fessConfig = ComponentUtil.getFessConfig();
            if (fessConfig.hasNotification()) {
                final Map<String, String> dataMap = new HashMap<>();
                for (final Map.Entry<String, String> entry : infoMap.entrySet()) {
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Oct 11 21:20:39 UTC 2024
    - 24K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/mylasta/direction/FessProp.java

        }
    
        default String getPurgeByBots() {
            return getSystemProperty(Constants.PURGE_BY_BOTS_PROPERTY, Constants.DEFAULT_PURGE_BY_BOTS);
        }
    
        default boolean hasNotification() {
            return StringUtil.isNotBlank(getNotificationTo()) || StringUtil.isNotBlank(getSlackWebhookUrls());
        }
    
        default void setSlackWebhookUrls(final String value) {
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Oct 12 01:54:15 UTC 2024
    - 87.2K bytes
    - Viewed (0)
Back to top