public interface IExchangeService
| Modifier and Type | Method and Description |
|---|---|
void |
exportXmiFile(XmiExportConfiguration configuration,
org.eclipse.core.runtime.IProgressMonitor monitor)
This service exports a part of the model into an XMI file.
|
void |
importXmiFile(XmiImportConfiguration configuration,
org.eclipse.core.runtime.IProgressMonitor monitor)
This service imports a model from an XMI file into Modelio.
|
void exportXmiFile(XmiExportConfiguration configuration, org.eclipse.core.runtime.IProgressMonitor monitor) throws XmiException
configuration - the configuration of export process.monitor - a monitor for progress infos. Might be null.XmiException - the first occurring exceptionfor more info about the format and which element to export.void importXmiFile(XmiImportConfiguration configuration, org.eclipse.core.runtime.IProgressMonitor monitor) throws XmiException
configuration - the configuration of import process.monitor - a monitor for progress infos. Might be null.XmiException - the first occurring exceptionfor more info.