Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setDirectoryNameLength (0.08 sec)

  1. src/main/java/org/codelibs/fess/thumbnail/impl/BaseThumbnailGenerator.java

            }
            return task;
        }
    
        /**
         * Sets the directory name length for thumbnail storage.
         * @param directoryNameLength The directory name length.
         */
        public void setDirectoryNameLength(final int directoryNameLength) {
            this.directoryNameLength = directoryNameLength;
        }
    
        /**
         * Expands a file path using the file path mapping.
         * @param value The original path value.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 13.3K bytes
    - Viewed (0)
Back to top