Package net.sf.okapi.tm.pensieve.tmx
Interface ITmxImporter
-
- All Known Implementing Classes:
OkapiTmxImporter
public interface ITmxImporter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidimportTmx(URI tmxUri, LocaleId targetLocale, ITmWriter tmWriter)Imports TMX to Pensieve
-
-
-
Method Detail
-
importTmx
void importTmx(URI tmxUri, LocaleId targetLocale, ITmWriter tmWriter) throws IOException
Imports TMX to Pensieve- Parameters:
tmxUri- The location of the TMXtargetLocale- The target locale to indextmWriter- The TMWriter to use when writing to the TM- Throws:
IOException- if there was a problem with the TMX import
-
-