Class FetcherManager


public class FetcherManager extends AbstractComponentManager<Fetcher,FetcherFactory>
Utility class to hold multiple fetchers.

This forbids multiple fetchers with the same pluginId. Fetchers are instantiated lazily on first use.