I have created an EMF model with extension .system which will generate the code for my work.
Now I can generate code using launch code generation action from Eclipse. But I want to generate the code by launching the code generation from a stand-alone program.
How do I achieve this?
Details: I have created a plugin from EMF model and have inlcluded in the Eclipse.
I will created .system files from out of my plugin and I can generate code from my plugins.
I have observed that when I click launch the code generation it is starting a LauchAction class from my plugin.
How do I start my LaunchAction class from a stand-alone Java program?
My aim is to run my created .system model and generate the code from a stand-alone Java program.
How do I achieve this?