Class ServerRepository

java.lang.Object
com.yahoo.jdisc.application.ServerRepository
All Implemented Interfaces:
Iterable<ServerProvider>

public class ServerRepository extends Object implements Iterable<ServerProvider>
This is a repository of ServerProviders. An instance of this class is owned by the ContainerBuilder, and is used to configure the set of ServerProviders that eventually become part of the active Container.
Author:
Simon Thoresen Hult