org.eclipse.emf.codegen
Class CodeGen.PlatformRunnable

java.lang.Object
  extended byorg.eclipse.emf.codegen.CodeGen.PlatformRunnable
All Implemented Interfaces:
IPlatformRunnable
Enclosing class:
CodeGen

public static class CodeGen.PlatformRunnable
extends Object
implements IPlatformRunnable


Field Summary
 
Fields inherited from interface org.eclipse.core.runtime.IPlatformRunnable
EXIT_OK, EXIT_RELAUNCH, EXIT_RESTART
 
Constructor Summary
CodeGen.PlatformRunnable()
           
 
Method Summary
 Object run(Object object)
          This is called with the command line arguments of a headless workbench invocation.
static Object runHelper(Object object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CodeGen.PlatformRunnable

public CodeGen.PlatformRunnable()
Method Detail

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

runHelper

public static Object runHelper(Object object)

Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.