org.eclipse.xtext.service
Class CompoundModule

java.lang.Object
  extended by org.eclipse.xtext.service.CompoundModule
All Implemented Interfaces:
com.google.inject.Module

public class CompoundModule
extends java.lang.Object
implements com.google.inject.Module

Author:
Sebastian Zarnekow - Initial contribution and API

Constructor Summary
CompoundModule()
           
 
Method Summary
 void add(com.google.inject.Module module)
           
 void configure(com.google.inject.Binder binder)
           
 java.util.List<com.google.inject.Module> getModules()
           
 void remove(com.google.inject.Module module)
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompoundModule

public CompoundModule()
Method Detail

configure

public void configure(com.google.inject.Binder binder)
Specified by:
configure in interface com.google.inject.Module

add

public void add(com.google.inject.Module module)

remove

public void remove(com.google.inject.Module module)

getModules

public java.util.List<com.google.inject.Module> getModules()

size

public int size()