Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for isUrlSet (0.24 sec)

  1. fess-crawler/src/main/java/org/codelibs/fess/crawler/entity/SitemapSet.java

            this.type = type;
        }
    
        /**
         * Checks if this sitemap set is of type URLSET.
         * @return true if this is a URLSET, false otherwise
         */
        public boolean isUrlSet() {
            return URLSET.equals(type);
        }
    
        /**
         * Checks if this sitemap set is of type INDEX.
         * @return true if this is an INDEX, false otherwise
         */
        public boolean isIndex() {
    Registered: Sun Sep 21 03:50:09 UTC 2025
    - Last Modified: Sun Jul 06 02:13:03 UTC 2025
    - 2.9K bytes
    - Viewed (0)
Back to top