| Type | Name and description |
|---|---|
java.lang.String |
sourceDirThe base directory to import content from. |
| Type Params | Return Type | Name and description |
|---|---|---|
|
java.io.File |
getImportDir() |
|
java.lang.Object |
importXmlFiles(java.util.List<java.io.File> importFiles, int importMode = ImportServiceImpl.IMPORT_MODE_SYNONYM_INSERT_UPDATE)Import the File List of Objects. |
|
java.lang.Object |
smartImportXmlFiles(java.util.List<java.io.File> smartImportFiles)Smart Import the File List of Objects. |
| Methods inherited from class | Name |
|---|---|
class ImportTask |
getImportService, getSmartImportService, importObject, smartImportObject |
class InstanceTask |
getBuildDir, getCategory, getSourceBase |
The base directory to import content from. Default: 'src/main/project' for ODI projects, and 'src/main/model' for ODI models.
Import the File List of Objects.
Smart Import the File List of Objects.