Package org.omegat.util
Class TMXWriter
- java.lang.Object
-
- org.omegat.util.TMXWriter
-
@Deprecated public final class TMXWriter extends java.lang.ObjectDeprecated.Class that store TMX (Translation Memory Exchange) files.
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static voidbuildTMXFile(java.lang.String filename, boolean forceValidTMX, boolean levelTwo, ProjectProperties config, java.util.Map<java.lang.String,PrepareTMXEntry> data)Deprecated.Saves a TMX file to disk
-
-
-
Method Detail
-
buildTMXFile
public static void buildTMXFile(java.lang.String filename, boolean forceValidTMX, boolean levelTwo, ProjectProperties config, java.util.Map<java.lang.String,PrepareTMXEntry> data) throws java.io.IOExceptionDeprecated.Saves a TMX file to disk- Parameters:
filename- The name of the file to createforceValidTMX- When true, OmegaT-tags are stripped from the segments.levelTwo- When true, the tmx is made compatible with level 2 (TMX version 1.4)config- Project configuration, to get the languagesdata- Data for save to TMX, a map of {source segments, translation}- Throws:
java.io.IOException
-
-