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 java.lang.Object

Author:
Jason van Zyl

Field Summary
protected  java.lang.String role
          The role of the components we are holding in this Collection.
protected  java.lang.String roleHint
          The role hint of the components we are holding in this Collection.
 
Constructor Summary
AbstractComponentCollection(java.lang.String role)
           
AbstractComponentCollection(java.lang.String role, java.lang.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 java.lang.String role
The role of the components we are holding in this Collection.


roleHint

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

Constructor Detail

AbstractComponentCollection

public AbstractComponentCollection(java.lang.String role)

AbstractComponentCollection

public AbstractComponentCollection(java.lang.String role,
                                   java.lang.String roleHint)


Copyright © 2001-2007 Codehaus. All Rights Reserved.