Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

            this.transformerName = transformerName;
        }
    
        public Set<RequestData> getChildUrlSet() {
            return childUrlSet;
        }
    
        public void setChildUrlSet(final Set<RequestData> childUrlSet) {
            this.childUrlSet = childUrlSet;
        }
    
        public String getEncoding() {
            return encoding;
        }
    
        public void setEncoding(final String encoding) {
    Registered: Sun Nov 10 03:50:12 UTC 2024
    - Last Modified: Thu Feb 22 01:36:27 UTC 2024
    - 2.2K bytes
    - Viewed (0)
Back to top