org.eclipse.emf.ecp.ecore.editor.internal
Class EcoreGenModelLinkerImpl
java.lang.Object
org.eclipse.emf.ecp.ecore.editor.internal.EcoreGenModelLinkerImpl
- All Implemented Interfaces:
- IEcoreGenModelLinker
public class EcoreGenModelLinkerImpl
- extends Object
- implements IEcoreGenModelLinker
A class which creates a new ecore file and a new genmodel file and
links the two of them.
Method Summary |
void |
generateGenModel(String ecorePath,
String genModelPathParam,
String modelProjectPath)
Creates a new ecore file and a new genmodel file and links
the two of them. |
EcoreGenModelLinkerImpl
public EcoreGenModelLinkerImpl()
generateGenModel
public void generateGenModel(String ecorePath,
String genModelPathParam,
String modelProjectPath)
throws EcoreGenException
- Creates a new ecore file and a new genmodel file and links
the two of them.
- Specified by:
generateGenModel
in interface IEcoreGenModelLinker
- Parameters:
ecorePath
- The path (absolute) of the new ecore filegenModelPathParam
- The path (relative) of the new genmodel filemodelProjectPath
- The path (relative) of the model project
- Throws:
EcoreGenException
- in case generating the genmodel fails
Copyright © 2014. All Rights Reserved.