org.codehaus.plexus.component.factory
Class AbstractComponentFactory

java.lang.Object
  extended by org.codehaus.plexus.component.factory.AbstractComponentFactory
All Implemented Interfaces:
ComponentFactory
Direct Known Subclasses:
JavaComponentFactory

public abstract class AbstractComponentFactory
extends java.lang.Object
implements ComponentFactory

Version:
$Id: AbstractComponentFactory.java 1323 2004-12-20 23:00:59Z jvanzyl $
Author:
Jason van Zyl

Field Summary
protected  java.lang.String id
           
 
Fields inherited from interface org.codehaus.plexus.component.factory.ComponentFactory
ROLE
 
Constructor Summary
AbstractComponentFactory()
           
 
Method Summary
 java.lang.String getId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.codehaus.plexus.component.factory.ComponentFactory
newInstance
 

Field Detail

id

protected java.lang.String id
Constructor Detail

AbstractComponentFactory

public AbstractComponentFactory()
Method Detail

getId

public java.lang.String getId()
Specified by:
getId in interface ComponentFactory


Copyright © 2001-2006 Codehaus. All Rights Reserved.