public interface ITmxExporter
| Modifier and Type | Method and Description |
|---|---|
void |
exportTmx(LocaleId sourceLocale,
ITmSeeker tmSeeker,
TMXWriter tmxWriter)
Exports all Pensieve contents matching source languages to TMX
|
void |
exportTmx(LocaleId sourceLocale,
LocaleId targetLocale,
ITmSeeker tmSeeker,
TMXWriter tmxWriter)
Exports all Pensieve contents matching source and target language to TMX
|
void exportTmx(LocaleId sourceLocale, LocaleId targetLocale, ITmSeeker tmSeeker, TMXWriter tmxWriter) throws IOException
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 fileIOException - if there was a problem with the TMX exportvoid exportTmx(LocaleId sourceLocale, ITmSeeker tmSeeker, TMXWriter tmxWriter) throws IOException
sourceLocale - The source locale to exporttmSeeker - The Seeker to use when reading from the TMtmxWriter - The TMXWriter to use when writing to the TMX fileIOException - if there was a problem with the TMX exportCopyright © 2018. All rights reserved.