- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for StartProcess (0.14 sec)
-
src/test/java/org/codelibs/fess/job/GenerateThumbnailJobTest.java
File capturedDirectory; int exitValue = 0; String processOutput = "Test output"; RuntimeException throwException = null; @Override public JobProcess startProcess(String sessionId, List<String> cmdList, java.util.function.Consumer<ProcessBuilder> pbConsumer) { if (throwException != null) { throw throwException; }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 18.8K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/job/PythonJobTest.java
File capturedDirectory; int exitValue = 0; String processOutput = "Test output"; RuntimeException throwException = null; @Override public JobProcess startProcess(String sessionId, List<String> cmdList, java.util.function.Consumer<ProcessBuilder> pbConsumer) { if (throwException != null) { throw throwException; }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 22.1K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/job/SuggestJobTest.java
this.exception = exception; } public List<String> getLastCommandList() { return lastCommandList; } @Override public JobProcess startProcess(String sessionId, List<String> cmdList, java.util.function.Consumer<ProcessBuilder> pbConsumer) { lastCommandList = new ArrayList<>(cmdList); if (exception instanceof RuntimeException) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 31.4K bytes - Viewed (0)