Class MSBatchTranslationStep

    • Constructor Detail

      • MSBatchTranslationStep

        public MSBatchTranslationStep()
    • Method Detail

      • getDescription

        public String getDescription()
        Description copied from interface: IPipelineStep
        Gets a short localizable description of what this step does.
        Returns:
        the text of a short description of what this step does.
      • getName

        public String getName()
        Description copied from interface: IPipelineStep
        Gets the localizable name of this step.
        Returns:
        the localizable name of this step.
      • setRootDirectory

        public void setRootDirectory​(String rootDir)
      • setInputRootDirectory

        public void setInputRootDirectory​(String inputRootDir)
      • setBatchInputCount

        public void setBatchInputCount​(int batchInputCount)
      • generateAltOutput

        public static Event generateAltOutput​(String outFilePath,
                                              String defaultEncoding,
                                              LocaleId sourceLocale,
                                              LocaleId targetLocale,
                                              String filterConfigId)
        Generates the alternative output used by several Trados Steps
        Parameters:
        outFilePath - path of the new input file.
        defaultEncoding - default encoding of the new file.
        sourceLocale - source locale.
        targetLocale - target locale.
        filterConfigId - filter configuration id of the new file.
        Returns:
        the event created.