- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for system_props (0.09 sec)
-
src/main/java/org/codelibs/fess/app/web/api/ApiResult.java
protected List<Map<String, String>> systemProps; protected List<Map<String, String>> fessProps; protected List<Map<String, String>> bugReportProps; public ApiSystemInfoResponse envProps(final List<Map<String, String>> envProps) { this.envProps = envProps; return this; } public ApiSystemInfoResponse systemProps(final List<Map<String, String>> systemProps) {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Oct 11 21:20:39 UTC 2024 - 12.5K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/helper/QueryHelperTest.java
file.deleteOnExit(); FileUtil.writeBytes(file.getAbsolutePath(), "ldap.security.principal=******@****.***".getBytes("UTF-8")); DynamicProperties systemProps = new DynamicProperties(file); ComponentUtil.register(systemProps, "systemProperties"); ComponentUtil.register(new SystemHelper(), "systemHelper"); ComponentUtil.register(new VirtualHostHelper(), "virtualHostHelper");
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Jul 11 08:26:36 UTC 2024 - 39.8K bytes - Viewed (0)