Interface MTExportService
public interface MTExportService
Used to silently configuring and running a silent export of MT data.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionCreates a configuration for silently running an MT export.void
runExport
(MTExportConfig config) Runs a silent MT export.
-
Field Details
-
TIMESTAMP_TYPE
- See Also:
-
-
Method Details
-
createConfig
MTExportConfig createConfig()Creates a configuration for silently running an MT export.- Returns:
- An MT export config.
-
runExport
Runs a silent MT export.- Parameters:
config
- The configuration to use for the export.- Throws:
FileNotFoundException
- If a file cannot be found.XMLStreamException
- If an xml error occurs.IOException
- If an io exception occurs.
-