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, DefaultUiModule, EmfUiModule, SharedStateModule
public abstract class AbstractGenericModule
- extends java.lang.Object
- implements com.google.inject.Module
- Author:
- Heiko Behrens - Initial contribution and API, Sven Efftinge, Sebastian Zarnekow
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractGenericModule
public AbstractGenericModule()
configure
public void configure(com.google.inject.Binder binder)
- Specified by:
configure
in interface com.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)