org.eclipse.ocl.examples.pivot
Class PivotStandaloneSetup

java.lang.Object
  extended by org.eclipse.ocl.examples.pivot.PivotStandaloneSetup

public class PivotStandaloneSetup
extends java.lang.Object

Initialization support for Pivot models without equinox extension registry


Constructor Summary
PivotStandaloneSetup()
           
 
Method Summary
 com.google.inject.Injector createInjector()
           
 com.google.inject.Injector createInjectorAndDoEMFRegistration()
           
static void doSetup()
           
static void doTearDown()
           
static com.google.inject.Injector getInjector()
          Return the Injector for this plugin.
static void init()
           
 void register(com.google.inject.Injector injector)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PivotStandaloneSetup

public PivotStandaloneSetup()
Method Detail

doSetup

public static void doSetup()

doTearDown

public static void doTearDown()

init

public static void init()

getInjector

public static final com.google.inject.Injector getInjector()
Return the Injector for this plugin.


createInjector

public com.google.inject.Injector createInjector()

createInjectorAndDoEMFRegistration

public com.google.inject.Injector createInjectorAndDoEMFRegistration()

register

public void register(com.google.inject.Injector injector)