public class XmiImportConfiguration
extends java.lang.Object
IExchangeService.| Constructor and Description | 
|---|
XmiImportConfiguration(java.io.File xmiFile,
                      Package packageToImport)
Default constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
MObject | 
getOwner()  | 
java.io.File | 
getXmiFile()  | 
void | 
setOwner(MObject owner)  | 
void | 
setXmiFile(java.io.File xmiFile)  | 
void | 
setXmiFile(java.lang.String xmiFilePath)  | 
public XmiImportConfiguration(java.io.File xmiFile,
                              Package packageToImport)
xmiFile - File in XMI format containing the model to import.packageToImport - the default owner for the import.