Interface ITmxImporter

  • All Known Implementing Classes:
    OkapiTmxImporter

    public interface ITmxImporter
    • Method Detail

      • importTmx

        void importTmx​(URI tmxUri,
                       LocaleId targetLocale,
                       ITmWriter tmWriter)
                throws IOException
        Imports TMX to Pensieve
        Parameters:
        tmxUri - The location of the TMX
        targetLocale - The target locale to index
        tmWriter - The TMWriter to use when writing to the TM
        Throws:
        IOException - if there was a problem with the TMX import