Home | History | Annotate | Download | only in internal

Lines Matching defs:shellBuilder

68   private final InjectorShell.Builder shellBuilder = new InjectorShell.Builder();
77 shellBuilder.stage(stage);
87 shellBuilder.parent(parent);
92 shellBuilder.addModules(modules);
97 if (shellBuilder == null) {
103 synchronized (shellBuilder.lock()) {
104 shells = shellBuilder.build(initializer, bindingData, stopwatch, errors);
112 if (shellBuilder.getStage() == Stage.TOOL) {
178 if(shellBuilder.getStage() != Stage.TOOL) {
180 loadEagerSingletons(shell.getInjector(), shellBuilder.getStage(), errors);