Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for SettingsResourceLoader (0.13 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. src/main/java/org/codelibs/fess/suggest/util/SettingsResourceLoader.java

     * placeholder substitution.
     */
    public final class SettingsResourceLoader {
    
        /** Default placeholder for dictionary path. */
        public static final String DICTIONARY_PATH_PLACEHOLDER = "${fess.dictionary.path}";
    
        /** System property name for dictionary path. */
        public static final String DICTIONARY_PATH_PROPERTY = "fess.dictionary.path";
    
        private SettingsResourceLoader() {
            // Utility class
        }
    
        /**
    Created: Fri Apr 17 09:08:13 GMT 2026
    - Last Modified: Sun Feb 01 12:48:24 GMT 2026
    - 5.7K bytes
    - Click Count (0)
Back to Top