org.codehaus.plexus.component.collections
Class AbstractComponentCollection

java.lang.Object
  extended by org.codehaus.plexus.component.collections.AbstractComponentCollection
Direct Known Subclasses:
ComponentList, ComponentMap

public class AbstractComponentCollection
extends Object

Author:
Jason van Zyl

Field Summary
protected  PlexusContainer container
          The reference to the PlexusContainer
protected  org.codehaus.plexus.classworlds.realm.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, org.codehaus.plexus.classworlds.realm.ClassRealm realm, String role, List roleHints)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

container

protected PlexusContainer container
The reference to the PlexusContainer


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.


realm

protected org.codehaus.plexus.classworlds.realm.ClassRealm realm
The realm we need to lookup in

Constructor Detail

AbstractComponentCollection

public AbstractComponentCollection(PlexusContainer container,
                                   org.codehaus.plexus.classworlds.realm.ClassRealm realm,
                                   String role,
                                   List roleHints)


Copyright © 2001-2007 Codehaus. All Rights Reserved.