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 Component
s.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PlexusTypeBinder
public PlexusTypeBinder(com.google.inject.Binder binder)
-
-
Method Details
-
hear
- Specified by:
hear
in 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:PlexusTypeListener
Invoked when thePlexusTypeListener
finds a Plexus component.- Specified by:
hear
in interfacePlexusTypeListener
- Parameters:
component
- The Plexus componentclazz
- The implementationsource
- The source of this component
-