org.codehaus.plexus.component.collections
Class AbstractComponentCollection
java.lang.Object
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.
AbstractComponentCollection
public AbstractComponentCollection(String role)
AbstractComponentCollection
public AbstractComponentCollection(String role,
String roleHint)
Copyright © 2001-2008 Codehaus. All Rights Reserved.