org.elasticsearch.common.inject.util
Interface Modules.OverriddenModuleBuilder

Enclosing class:
Modules

public static interface Modules.OverriddenModuleBuilder

See the EDSL example at override().


Method Summary
 Module with(Iterable<? extends Module> overrides)
          See the EDSL example at override().
 Module with(Module... overrides)
          See the EDSL example at override().
 

Method Detail

with

Module with(Module... overrides)
See the EDSL example at override().


with

Module with(Iterable<? extends Module> overrides)
See the EDSL example at override().



Copyright © 2009-2012. All Rights Reserved.