Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for setIncludedPaths (0.06 seconds)

  1. src/main/java/org/codelibs/fess/opensearch/config/bsentity/BsLabelType.java

        }
    
        public String getIncludedPaths() {
            checkSpecifiedProperty("includedPaths");
            return convertEmptyToNull(includedPaths);
        }
    
        public void setIncludedPaths(String value) {
            registerModifiedProperty("includedPaths");
            this.includedPaths = value;
        }
    
        public String getName() {
            checkSpecifiedProperty("name");
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 15 06:53:53 GMT 2025
    - 8.5K bytes
    - Click Count (0)
Back to Top