- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for createSystemProperties (0.23 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/test/java/org/codelibs/fess/job/ExecJobTest.java
public TimeoutTask testCreateTimeoutTask() { return super.createTimeoutTask(); } public void testCreateSystemProperties(List<String> cmdList, File propFile) { super.createSystemProperties(cmdList, propFile); } public String testGetLogName(String logPrefix) { return super.getLogName(logPrefix); } } @Override
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 24.8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/job/ExecJob.java
* @param cmdList the command list (used as comment in properties file) * @param propFile the file to store properties to * @throws IORuntimeException if an I/O error occurs */ protected void createSystemProperties(final List<String> cmdList, final File propFile) { try (FileOutputStream out = new FileOutputStream(propFile)) { final Properties prop = new Properties();
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 14.2K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/job/CrawlJob.java
try { cmdList.add("-p"); cmdList.add(propFile.getAbsolutePath()); createSystemProperties(cmdList, propFile); final File baseDir = new File(servletContext.getRealPath("/WEB-INF")).getParentFile(); if (logger.isInfoEnabled()) {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 19.6K bytes - Click Count (0)