Package org.omegat.core.data
Class DataUtils
- java.lang.Object
-
- org.omegat.core.data.DataUtils
-
public final class DataUtils extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
isDuplicate(SourceTextEntry ste, TMXEntry te)
static boolean
isFromMTMemory(NearString near)
Check if a NearString match comes from the tm/mt/ folder.
-
-
-
Method Detail
-
isDuplicate
public static boolean isDuplicate(SourceTextEntry ste, TMXEntry te)
-
isFromMTMemory
public static boolean isFromMTMemory(NearString near)
Check if a NearString match comes from the tm/mt/ folder.
-
-