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  String role
          The role of the components we are holding in this Collection.
protected  String roleHint
          The role hint of the components we are holding in this Collection.
 
Constructor Summary
AbstractComponentCollection(String role)
           
AbstractComponentCollection(String role, String roleHint)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

role

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


roleHint

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

Constructor Detail

AbstractComponentCollection

public AbstractComponentCollection(String role)

AbstractComponentCollection

public AbstractComponentCollection(String role,
                                   String roleHint)


Copyright © 2001-2008 Codehaus. All Rights Reserved.