- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for addFessSystemProperties (0.07 sec)
-
src/main/java/org/codelibs/fess/job/ExecJob.java
* Properties starting with the Fess system property prefix are included. * * @param cmdList the command list to add properties to */ protected void addFessSystemProperties(final List<String> cmdList) { System.getProperties() .keySet() .stream() .filter(k -> k != null && k.toString().startsWith(Constants.SYSTEM_PROP_PREFIX))
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 14.2K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/job/ExecJobTest.java
super.addFessConfigProperties(cmdList); } public void testAddFessSystemProperties(List<String> cmdList) { super.addFessSystemProperties(cmdList); } public void testAddFessCustomSystemProperties(List<String> cmdList, String regex) { super.addFessCustomSystemProperties(cmdList, regex); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 24.5K bytes - Viewed (0)