Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

            return childUrlSet;
        }
    
        /**
         * Set the child URL set.
         * @param childUrlSet the set of request data to set as child URLs
         */
        public void setChildUrlSet(final Set<RequestData> childUrlSet) {
            this.childUrlSet = childUrlSet;
        }
    
        /**
         * Get the encoding.
         * @return encoding
         */
        public String getEncoding() {
    Registered: Sun Sep 21 03:50:09 UTC 2025
    - Last Modified: Sun Jul 06 02:13:03 UTC 2025
    - 4.7K bytes
    - Viewed (0)
Back to top