Interface ComponentFactory
-
- All Known Implementing Classes:
AbstractComponentFactory
public interface ComponentFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getId()
java.lang.Object
newInstance(ComponentDescriptor cd, org.codehaus.plexus.classworlds.realm.ClassRealm realm, PlexusContainer container)
-
-
-
Method Detail
-
getId
java.lang.String getId()
-
newInstance
java.lang.Object newInstance(ComponentDescriptor cd, org.codehaus.plexus.classworlds.realm.ClassRealm realm, PlexusContainer container) throws ComponentInstantiationException
- Throws:
ComponentInstantiationException
-
-