- Sort Score
- Result 10 results
- Languages All
Results 1 - 5 of 5 for systemProps (1.35 sec)
-
src/main/java/org/codelibs/fess/app/web/api/ApiResult.java
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 24.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/systeminfo/ApiAdminSysteminfoAction.java
return asJson(new ApiResult.ApiSystemInfoResponse().bugReportProps(bugReportItems) .envProps(envItems) .fessProps(fessPropItems) .systemProps(propItems) .status(ApiResult.Status.OK) .result()); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 2.9K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/mylasta/direction/FessPropTest.java
file.deleteOnExit(); FileUtil.writeBytes(file.getAbsolutePath(), "ldap.security.principal=******@****.***".getBytes("UTF-8")); DynamicProperties systemProps = new DynamicProperties(file); // Get existing component and update it instead of registering new one DynamicProperties existingProps = SingletonLaContainerFactory.getContainer().getComponent("systemProperties");
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 13K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/job/ExecJobTest.java
cmdList.add("command"); File propFile = new File(tempDir, "test.properties"); // Mock ComponentUtil.getSystemProperties() to return actual system properties Properties systemProps = System.getProperties(); // Set a system property System.setProperty("test.prop", "test.value"); execJob.testCreateSystemProperties(cmdList, propFile);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 24.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"); SystemHelper systemHelper = new SystemHelper(); VirtualHostHelper virtualHostHelper = new VirtualHostHelper();
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 52.6K bytes - Viewed (0)