Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for commandList (0.4 sec)

  1. 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: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Fri Oct 11 21:34:52 UTC 2019
    - 5.4K bytes
    - Viewed (0)
  2. 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: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Fri Jul 18 14:34:06 UTC 2025
    - 14.7K bytes
    - Viewed (0)
Back to top