Package org.eclipse.xtext.service
Class AbstractGenericModule
- java.lang.Object
-
- org.eclipse.xtext.service.AbstractGenericModule
-
- All Implemented Interfaces:
com.google.inject.Module
- Direct Known Subclasses:
AbstractGenericResourceRuntimeModule,DefaultRuntimeModule
public abstract class AbstractGenericModule extends java.lang.Object implements com.google.inject.Module
-
-
Constructor Summary
Constructors Constructor Description AbstractGenericModule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidbindProperties(com.google.inject.Binder binder, java.lang.String propertyFilePath)voidconfigure(com.google.inject.Binder binder)CompoundModulegetBindings()protected java.util.PropertiestryBindProperties(com.google.inject.Binder binder, java.lang.String propertyFilePath)
-
-
-
Method Detail
-
configure
public void configure(com.google.inject.Binder binder)
- Specified by:
configurein interfacecom.google.inject.Module
-
getBindings
public final CompoundModule getBindings()
-
bindProperties
protected void bindProperties(com.google.inject.Binder binder, java.lang.String propertyFilePath)
-
tryBindProperties
protected java.util.Properties tryBindProperties(com.google.inject.Binder binder, java.lang.String propertyFilePath)
-
-