Modifier and type | Action and description |
---|---|
com.google.inject.Injector | createInjector(Module*) Create the injectors based on the given set of modules. |
com.google.inject.Injector | createInjectorAndDoEMFRegistration |
com.google.inject.Injector | createInjectorAndDoEMFRegistration(Module*) Create the injector based on the given set of modules and prepare the EMF infrastructure. |
static com.google.inject.Injector | doPostSetup(Injector) Run the post-setup task. |
static void | doPreSetup Run the pre-setup task. |
static com.google.inject.Injector | doSetup Set up the EMF modules for the SARL language. |
static com.google.inject.Injector | doSetup(Module*) Set up the EMF modules for the SARL language. |
new
def createInjector(Module*) : com.google.inject.Injector
def createInjectorAndDoEMFRegistration : com.google.inject.Injector
def createInjectorAndDoEMFRegistration(Module*) : com.google.inject.Injector
def doPostSetup(Injector) : com.google.inject.Injector
def doPreSetup
def doSetup : com.google.inject.Injector
def doSetup(Module*) : com.google.inject.Injector