Package org.omegat.gui.glossary
Class GlossaryReaderCSV
- java.lang.Object
-
- org.omegat.gui.glossary.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)
-
-
-
Method Detail
-
read
public static java.util.List<GlossaryEntry> read(java.io.File file, boolean priorityGlossary) throws java.io.IOException
- Throws:
java.io.IOException
-
-