Package net.sf.okapi.tm.pensieve.tmx
Class OkapiTmxImporter
- java.lang.Object
-
- net.sf.okapi.tm.pensieve.tmx.OkapiTmxImporter
-
- All Implemented Interfaces:
ITmxImporter
public class OkapiTmxImporter extends Object implements ITmxImporter
-
-
Constructor Summary
Constructors Constructor Description OkapiTmxImporter(LocaleId sourceLang, IFilter tmxFilter)Creates an instance of OkapiTMXHandler
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidimportTmx(URI tmxUri, LocaleId targetLang, ITmWriter tmWriter)Imports TMX to Pensieve
-
-
-
Method Detail
-
importTmx
public void importTmx(URI tmxUri, LocaleId targetLang, ITmWriter tmWriter) throws IOException
Imports TMX to Pensieve- Specified by:
importTmxin interfaceITmxImporter- Parameters:
tmxUri- The location of the TMXtargetLang- The target language to indextmWriter- The TMWriter to use when writing to the TM- Throws:
IOException- if there was a problem with the TMX import
-
-