org.codehaus.plexus.component.collections

Class AbstractComponentCollection

public class AbstractComponentCollection extends Object

Author: Jason van Zyl

Field Summary
protected PlexusContainercontainer
The reference to the PlexusContainer
protected ClassRealmrealm
The realm we need to lookup in
protected Stringrole
The role of the components we are holding in this Collection.
protected ListroleHints
The role hint of the components we are holding in this Collection.
Constructor Summary
AbstractComponentCollection(PlexusContainer container, ClassRealm realm, String role, List roleHints)

Field Detail

container

protected PlexusContainer container
The reference to the PlexusContainer

realm

protected ClassRealm realm
The realm we need to lookup in

role

protected String role
The role of the components we are holding in this Collection.

roleHints

protected List roleHints
The role hint of the components we are holding in this Collection.

Constructor Detail

AbstractComponentCollection

public AbstractComponentCollection(PlexusContainer container, ClassRealm realm, String role, List roleHints)