| Package | Description | 
|---|---|
| fr.inria.atlanmod.neoemf.io | Provides methods and classes for working with I/O and security. | 
| Modifier and Type | Method and Description | 
|---|---|
| static Migrator<DataMapper> | Migrator. fromMapper(DataMapper mapper)Creates a  Migratorthat reads aDataMapper. | 
| static Migrator<InputStream> | Migrator. fromXmi(File file)Creates a  Migratorthat reads a XMI file. | 
| static Migrator<InputStream> | Migrator. fromXmi(InputStream stream)Creates a  Migratorthat reads XMI content from anInputStream. | 
| Migrator<T> | Migrator. toMapper(DataMapper mapper)Specifies the  mapperwhere to write the data. | 
| Migrator<T> | Migrator. toXmi(File file)Specifies the XMI  filewhere to write the data. | 
| Migrator<T> | Migrator. toXmi(File file,
     boolean useCompression)Specifies the XMI  filewhere to write the data. | 
| Migrator<T> | Migrator. toXmi(OutputStream stream)Specifies the  streamwhere to write the data. | 
| Migrator<T> | Migrator. with(EventListener listener)Adds a pre/post-processing feature. | 
| Migrator<T> | Migrator. withCounter()Counts the number of processed events (elements, attributes, references). | 
| Migrator<T> | Migrator. withLogger()Logs each event when they occur. | 
| Migrator<T> | Migrator. withLogger(Level level)Logs each event when they occur. | 
| Migrator<T> | Migrator. withProgress()Displays the progress of the migration at regular intervals. | 
| Migrator<T> | Migrator. withTimer()Displays the amount of time spent during the migration. | 
Copyright © 2013–2019 Atlanmod. All rights reserved.