Class GlossaryReaderCSV


  • public final class GlossaryReaderCSV
    extends java.lang.Object
    Reader for comma separated glossaries.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.List<GlossaryEntry> read​(java.io.File file, boolean priorityGlossary)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • read

        public static java.util.List<GlossaryEntry> read​(java.io.File file,
                                                         boolean priorityGlossary)
                                                  throws java.io.IOException
        Throws:
        java.io.IOException