- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for addFessCustomSystemProperties (0.2 sec)
-
src/main/java/org/codelibs/fess/job/ExecJob.java
* * @param cmdList the command list to add properties to * @param regex the regular expression pattern to match property names */ protected void addFessCustomSystemProperties(final List<String> cmdList, final String regex) { if (StringUtil.isNotBlank(regex)) { final Pattern pattern = Pattern.compile(regex); System.getProperties()
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.addFessSystemProperties(cmdList); } public void testAddFessCustomSystemProperties(List<String> cmdList, String regex) { super.addFessCustomSystemProperties(cmdList, regex); } public void testDeleteTempDir(File ownTmpDir) { super.deleteTempDir(ownTmpDir); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 24.5K bytes - Viewed (0)