- Sort Score
- Result 10 results
- Languages All
Results 1 - 5 of 5 for addFessCustomSystemProperties (0.16 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) -
src/main/java/org/codelibs/fess/job/SuggestJob.java
} else { cmdList.add("-Dlasta.env=" + getExecuteType()); } addFessConfigProperties(cmdList); addFessSystemProperties(cmdList); addFessCustomSystemProperties(cmdList, fessConfig.getJobSystemPropertyFilterPattern()); addSystemProperty(cmdList, Constants.FESS_CONF_PATH, null, null); cmdList.add("-Dfess." + getExecuteType() + ".process=true");
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 10.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/job/GenerateThumbnailJob.java
} else { cmdList.add("-Dlasta.env=" + getExecuteType()); } addFessConfigProperties(cmdList); addFessSystemProperties(cmdList); addFessCustomSystemProperties(cmdList, fessConfig.getJobSystemPropertyFilterPattern()); addSystemProperty(cmdList, Constants.FESS_CONF_PATH, null, null); cmdList.add("-Dfess." + getExecuteType() + ".process=true");
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 11.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/job/CrawlJob.java
} else { cmdList.add("-Dlasta.env=" + getExecuteType()); } addFessConfigProperties(cmdList); addFessSystemProperties(cmdList); addFessCustomSystemProperties(cmdList, fessConfig.getJobSystemPropertyFilterPattern()); addSystemProperty(cmdList, Constants.FESS_CONF_PATH, null, null); cmdList.add("-Dfess." + getExecuteType() + ".process=true");
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 19.6K bytes - Viewed (0)