Package org.omegat.core.data
Class ExternalTMFactory
- java.lang.Object
-
- org.omegat.core.data.ExternalTMFactory
-
public final class ExternalTMFactory extends java.lang.ObjectCommon utility class for external TMs.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classExternalTMFactory.BifileLoaderstatic classExternalTMFactory.Builderstatic classExternalTMFactory.TMXLoader
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisSupported(java.io.File file)static ExternalTMXload(java.io.File file)
-
-
-
Method Detail
-
isSupported
public static boolean isSupported(java.io.File file)
-
load
public static ExternalTMX load(java.io.File file) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-