Package org.eclipse.sisu.plexus
Class PlexusTypeBinder
java.lang.Object
org.eclipse.sisu.plexus.PlexusTypeBinder
- All Implemented Interfaces:
PlexusTypeListener,org.eclipse.sisu.space.QualifiedTypeListener
PlexusTypeListener that binds Plexus Components.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PlexusTypeBinder
public PlexusTypeBinder(com.google.inject.Binder binder)
-
-
Method Details
-
hear
- Specified by:
hearin interfaceorg.eclipse.sisu.space.QualifiedTypeListener
-
hear
public void hear(org.codehaus.plexus.component.annotations.Component component, org.eclipse.sisu.inject.DeferredClass<?> clazz, Object source) Description copied from interface:PlexusTypeListenerInvoked when thePlexusTypeListenerfinds a Plexus component.- Specified by:
hearin interfacePlexusTypeListener- Parameters:
component- The Plexus componentclazz- The implementationsource- The source of this component
-