Package org.swisspush.gateleen.hook
Class RouteRepositoryBase<T>
- java.lang.Object
-
- org.swisspush.gateleen.hook.RouteRepositoryBase<T>
-
- All Implemented Interfaces:
RouteRepository
- Direct Known Subclasses:
LocalRouteRepository
public abstract class RouteRepositoryBase<T> extends java.lang.Object implements RouteRepository
Abstract base class for the hook repositories.- Author:
- https://github.com/ljucam [Mario Ljuca]
-
-
Constructor Summary
Constructors Constructor Description RouteRepositoryBase()
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.swisspush.gateleen.hook.RouteRepository
addRoute, getCollections, getRoute, getRoutes, removeRoute
-
-