Package org.codelibs.fess.exec
Class ThumbnailGenerator.Options
java.lang.Object
org.codelibs.fess.exec.ThumbnailGenerator.Options
- Enclosing class:
ThumbnailGenerator
Command-line options for the thumbnail generator.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanWhether to run in cleanup mode to remove old thumbnails.protected StringName identifier for the thumbnail generation task.protected intNumber of threads to use for thumbnail generation.protected StringPath to the properties file for configuration.protected StringSession ID for filtering thumbnail generation. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
sessionId
Session ID for filtering thumbnail generation. -
name
Name identifier for the thumbnail generation task. -
propertiesPath
Path to the properties file for configuration. -
numOfThreads
protected int numOfThreadsNumber of threads to use for thumbnail generation. -
cleanup
protected boolean cleanupWhether to run in cleanup mode to remove old thumbnails.
-
-
Constructor Details
-
Options
protected Options()Default constructor for command-line options.
-
-
Method Details