org.codehaus.plexus.component.factory
Interface ComponentFactory

All Known Implementing Classes:
AbstractComponentFactory

public interface ComponentFactory


Method Summary
 String getId()
           
 Object newInstance(ComponentDescriptor cd, org.codehaus.plexus.classworlds.realm.ClassRealm realm, PlexusContainer container)
           
 

Method Detail

getId

String getId()

newInstance

Object newInstance(ComponentDescriptor cd,
                   org.codehaus.plexus.classworlds.realm.ClassRealm realm,
                   PlexusContainer container)
                   throws ComponentInstantiationException
Throws:
ComponentInstantiationException


Copyright © 2010-2012 Sonatype, Inc.. All Rights Reserved.