Class DictionaryCatalogSet


  • public class DictionaryCatalogSet
    extends java.lang.Object
    Simple container for DictionaryCatalogs that allows a DictionaryFile to be retrieved by its POS and DictionaryFileType.
    • Field Detail

      • _catalogs

        private java.util.Map _catalogs
    • Constructor Detail

      • DictionaryCatalogSet

        public DictionaryCatalogSet​(java.lang.String path,
                                    java.lang.Class dictionaryFileType)
        Creates a catalog set of the specified type of file using files in the specified dictionary directory.
    • Method Detail

      • open

        public void open()
                  throws java.io.IOException
        Throws:
        java.io.IOException
      • isOpen

        public boolean isOpen()
      • close

        public void close()
      • size

        public int size()
      • getCatalogIterator

        public java.util.Iterator getCatalogIterator()