Class GateIndex.Builder

  • Enclosing class:
    GateIndex

    public static class GateIndex.Builder
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Builder()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      GateIndex build​(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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Builder

        protected Builder()
    • 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)