Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getTimestamp (0.04 sec)

  1. src/main/java/org/codelibs/fess/dict/DictionaryFile.java

            return path;
        }
    
        /**
         * Returns the timestamp of this dictionary file.
         *
         * @return the timestamp when this dictionary was created or last modified
         */
        public Date getTimestamp() {
            return timestamp;
        }
    
        /**
         * Sets the dictionary manager for this file and returns this instance.
         *
         * @param dictionaryManager the dictionary manager to set
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 11.2K bytes
    - Viewed (0)
Back to top