Class ThumbnailGenerator.Options

java.lang.Object
org.codelibs.fess.exec.ThumbnailGenerator.Options
Enclosing class:
ThumbnailGenerator

protected static class ThumbnailGenerator.Options extends Object
Command-line options for the thumbnail generator.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected boolean
    Whether to run in cleanup mode to remove old thumbnails.
    protected String
    Name identifier for the thumbnail generation task.
    protected int
    Number of threads to use for thumbnail generation.
    protected String
    Path to the properties file for configuration.
    protected String
    Session ID for filtering thumbnail generation.
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Default constructor for command-line options.
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • sessionId

      protected String sessionId
      Session ID for filtering thumbnail generation.
    • name

      protected String name
      Name identifier for the thumbnail generation task.
    • propertiesPath

      protected String propertiesPath
      Path to the properties file for configuration.
    • numOfThreads

      protected int numOfThreads
      Number of threads to use for thumbnail generation.
    • cleanup

      protected boolean cleanup
      Whether to run in cleanup mode to remove old thumbnails.
  • Constructor Details

    • Options

      protected Options()
      Default constructor for command-line options.
  • Method Details