Package net.sf.okapi.tm.pensieve.tmx
Interface ITmxExporter
-
- All Known Implementing Classes:
OkapiTmxExporter
public interface ITmxExporterThe TMX interface to Pensieve.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexportTmx(LocaleId sourceLocale, LocaleId targetLocale, ITmSeeker tmSeeker, TMXWriter tmxWriter)Exports all Pensieve contents matching source and target language to TMXvoidexportTmx(LocaleId sourceLocale, ITmSeeker tmSeeker, TMXWriter tmxWriter)Exports all Pensieve contents matching source languages to TMX
-
-
-
Method Detail
-
exportTmx
void exportTmx(LocaleId sourceLocale, LocaleId targetLocale, ITmSeeker tmSeeker, TMXWriter tmxWriter) throws IOException
Exports all Pensieve contents matching source and target language to TMX- Parameters:
sourceLocale- The source locale to exporttargetLocale- The target locale to exporttmSeeker- The Seeker to use when reading from the TMtmxWriter- The TMXWriter to use when writing to the TMX file- Throws:
IOException- if there was a problem with the TMX export
-
exportTmx
void exportTmx(LocaleId sourceLocale, ITmSeeker tmSeeker, TMXWriter tmxWriter) throws IOException
Exports all Pensieve contents matching source languages to TMX- Parameters:
sourceLocale- The source locale to exporttmSeeker- The Seeker to use when reading from the TMtmxWriter- The TMXWriter to use when writing to the TMX file- Throws:
IOException- if there was a problem with the TMX export
-
-