Class GlossaryReaderTBX


  • public final class GlossaryReaderTBX
    extends java.lang.Object
    Reader for TBX 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)  
      static java.util.List<GlossaryEntry> read​(java.lang.String data, boolean priorityGlossary, java.lang.String origin)  
      static java.util.List<GlossaryEntry> readMartif​(Martif tbx, boolean priorityGlossary, java.lang.String origin)  
      • 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.lang.Exception
        Throws:
        java.lang.Exception
      • read

        public static java.util.List<GlossaryEntry> read​(java.lang.String data,
                                                         boolean priorityGlossary,
                                                         java.lang.String origin)
                                                  throws java.lang.Exception
        Throws:
        java.lang.Exception
      • readMartif

        public static java.util.List<GlossaryEntry> readMartif​(Martif tbx,
                                                               boolean priorityGlossary,
                                                               java.lang.String origin)
                                                        throws java.lang.Exception
        Throws:
        java.lang.Exception