public interface IExportEntryConfigurator
IImportEntryConfigurator
Modifier and Type | Method and Description |
---|---|
void |
configureExport(ImportEntry entry,
IProgressMonitor monitor)
Configure the given export entry any further.
|
void configureExport(ImportEntry entry, IProgressMonitor monitor)
ImportModel#addObject(TextGridObject, IProgressMonitor)
after the
entry has been basically setup. It does contain a File
and a
pre-configured TextGridObject
. The TextGridObject already exists,
and the file has been basically setup with its name, path and extension.
Implementors are expected to check (as quick as possible) whether they are applicable and return immediately if not. If an implementor is applicable it should perform any further operations to pre-configure the entry and the object to export etc. This can also include adding other files.
entry
- the import entry that can optionally be modified.monitor
-