Class GateIndex.Builder
- java.lang.Object
-
- guru.qas.martini.standalone.harness.GateIndex.Builder
-
- Enclosing class:
- GateIndex
public static class GateIndex.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GateIndexbuild(guru.qas.martini.Martini martini)protected com.google.common.collect.LinkedHashMultimap<java.lang.String,java.lang.Integer>getIndex(java.util.Collection<guru.qas.martini.gate.MartiniGate> gates)
-
-
-
Method Detail
-
build
public GateIndex build(@Nullable guru.qas.martini.Martini martini)
-
getIndex
protected com.google.common.collect.LinkedHashMultimap<java.lang.String,java.lang.Integer> getIndex(java.util.Collection<guru.qas.martini.gate.MartiniGate> gates)
-
-