Class EMFProfileApplication
- java.lang.Object
-
- org.modelversioning.emfprofile.diagram.application.EMFProfileApplication
-
- All Implemented Interfaces:
IApplication
public class EMFProfileApplication extends Object implements IApplication
- Generated class or method.
-
-
Field Summary
-
Fields inherited from interface org.eclipse.equinox.app.IApplication
EXIT_OK, EXIT_RELAUNCH, EXIT_RESTART
-
-
Constructor Summary
Constructors Constructor Description EMFProfileApplication()
-
-
-
Method Detail
-
start
public Object start(IApplicationContext context) throws Exception
- Specified by:
start
in interfaceIApplication
- Throws:
Exception
- Generated class or method.
-
stop
public void stop()
- Specified by:
stop
in interfaceIApplication
- Generated class or method.
-
-