org.eclipse.emf.codegen.ecore
Class Generator.PlatformRunnable
java.lang.Object
org.eclipse.emf.codegen.CodeGen
org.eclipse.emf.codegen.ecore.Generator
org.eclipse.emf.codegen.ecore.Generator.PlatformRunnable
- All Implemented Interfaces:
- IPlatformRunnable
- Enclosing class:
- Generator
- public static class Generator.PlatformRunnable
- extends Generator
- implements IPlatformRunnable
Method Summary |
static Object |
run(Generator generator,
Object object)
This is called with the command line arguments of a headless workbench invocation. |
Object |
run(Object object)
This is called with the command line arguments of a headless workbench invocation. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Generator.PlatformRunnable
public Generator.PlatformRunnable()
run
public Object run(Object object)
- This is called with the command line arguments of a headless workbench invocation.
- Specified by:
run
in interface IPlatformRunnable
- Overrides:
run
in class Generator
run
public static Object run(Generator generator,
Object object)
- This is called with the command line arguments of a headless workbench invocation.