Interface RouteContainer

All Known Implementing Classes:
RoutesDefinition

public interface RouteContainer
Container to hold routes.
  • Method Details

    • getRoutes

      List<RouteDefinition> getRoutes()
      Returns the routes
      Returns:
      the routes
    • setRoutes

      void setRoutes(List<RouteDefinition> routes)
      Sets the routes to use
      Parameters:
      routes - the routes