public interface TransitLayerFactory
Factory for TransitLayer
instances; primarily used to configure the TransitLayer
used by the
ActiveBaggage
static API.
TransitLayerFactory
is expected to have a no-arg constructor so that it can be instantiated by reflection.
Modifier and Type | Method and Description |
---|---|
TransitLayer |
transitlayer()
Instantiate the
TransitLayer implementation that this factory provides. |
TransitLayer transitlayer()
TransitLayer
implementation that this factory provides.TransitLayer
instance