Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setDirectoryNameLength (2.25 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: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Fri Nov 28 16:29:12 UTC 2025
    - 13.4K bytes
    - Viewed (0)
Back to top