Class ModulesBuilder

java.lang.Object
org.elasticsearch.common.inject.ModulesBuilder
All Implemented Interfaces:
java.lang.Iterable<Module>

public class ModulesBuilder
extends java.lang.Object
implements java.lang.Iterable<Module>
  • Constructor Summary

    Constructors 
    Constructor Description
    ModulesBuilder()  
  • Method Summary

    Modifier and Type Method Description
    ModulesBuilder add​(Module... newModules)  
    Injector createInjector()  
    java.util.Iterator<Module> iterator()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface java.lang.Iterable

    forEach, spliterator