org.codehaus.plexus.component.collections
public class AbstractComponentCollection extends Object
| Field Summary | |
|---|---|
| protected PlexusContainer | container The reference to the PlexusContainer |
| protected ClassRealm | realm The realm we need to lookup in |
| protected String | role The role of the components we are holding in this Collection. |
| protected List | roleHints The role hint of the components we are holding in this Collection. |
| Constructor Summary | |
|---|---|
| AbstractComponentCollection(PlexusContainer container, ClassRealm realm, String role, List roleHints) | |