public class Importer extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
fromXmi(InputStream stream,
PersistenceHandler... persistenceHandlers)
Imports a XMI file into persistence handlers.
|
public static void fromXmi(InputStream stream, PersistenceHandler... persistenceHandlers) throws IOException
stream - the stream of XMI datapersistenceHandlers - persistence handlers where to store the read dataIllegalArgumentException - if there is no handler to notifyIOException - if an error occurred during the importCopyright © 2013–2017 Atlanmod INRIA LINA Mines Nantes. All rights reserved.