org.codehaus.plexus.component.collections
Class AbstractComponentCollection

java.lang.Object
  extended byorg.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 Map.
 
Constructor Summary
AbstractComponentCollection(java.lang.String role)
           
 
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 Map.

Constructor Detail

AbstractComponentCollection

public AbstractComponentCollection(java.lang.String role)


Copyright © 2001-2006 Codehaus. All Rights Reserved.