Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getEnvPath (2.73 sec)

  1. src/main/java/org/codelibs/fess/util/ResourceUtil.java

        }
    
        public static Path getJavaScriptPath(final String... names) {
            return getPath(StringUtil.EMPTY, "js", names);
        }
    
        public static Path getEnvPath(final String envName, final String... names) {
            return getPath("WEB-INF/", "env/" + envName, names);
        }
    
        protected static Path getPath(final String root, final String base, final String... names) {
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 7.8K bytes
    - Viewed (0)
Back to top