Interface ComponentFactory
-
- All Known Implementing Classes:
AbstractComponentFactory
public interface ComponentFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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
-
-