Class SingletonComponentManager<T>

java.lang.Object
org.codehaus.plexus.component.manager.AbstractComponentManager<T>
org.codehaus.plexus.component.manager.SingletonComponentManager<T>
All Implemented Interfaces:
ComponentManager<T>

public class SingletonComponentManager<T> extends AbstractComponentManager<T>
This ensures a component is only used as a singleton, and is only shutdown when the container shuts down.
Author:
Jason van Zyl