Class ProtwordsFile

java.lang.Object
org.codelibs.fess.dict.DictionaryFile<ProtwordsItem>
org.codelibs.fess.dict.protwords.ProtwordsFile

public class ProtwordsFile extends DictionaryFile<ProtwordsItem>
Dictionary file for protected words. This class manages the reading, writing, and updating of protected words dictionary files.
  • Constructor Details

    • ProtwordsFile

      public ProtwordsFile(String id, String path, Date timestamp)
      Constructor for ProtwordsFile.
      Parameters:
      id - the file identifier
      path - the file path
      timestamp - the file timestamp
  • Method Details