- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for commandList (1.54 sec)
-
src/main/resources/fess_thumbnail.xml
</component> <component name="msofficeThumbnailGenerator" class="org.codelibs.fess.thumbnail.impl.CommandGenerator"> <property name="name">"msofficeThumbnailGenerator"</property> <property name="commandList"> ["${path}/generate-thumbnail", "msoffice", "${url}", "${outputFile}"] </property> <property name="generatorList"> ["${path}/generate-thumbnail"] </property>
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Dec 04 08:02:36 UTC 2025 - 6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/thumbnail/impl/CommandGenerator.java
} } /** * Sets the list of commands to execute for thumbnail generation. * @param commandList The command list. */ public void setCommandList(final List<String> commandList) { this.commandList = commandList; } /** * Sets the command execution timeout. * @param commandTimeout The timeout in milliseconds. */Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Dec 04 08:02:36 UTC 2025 - 16K bytes - Viewed (0)