Package org.eclipse.sisu.plexus
Class PlexusTypeBinder
java.lang.Object
org.eclipse.sisu.plexus.PlexusTypeBinder
- All Implemented Interfaces:
PlexusTypeListener,QualifiedTypeListener
PlexusTypeListener that binds Plexus Components.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidInvoked when theQualifiedTypeVisitorfinds a qualified type.voidhear(org.codehaus.plexus.component.annotations.Component component, DeferredClass<?> clazz, Object source) Invoked when thePlexusTypeListenerfinds a Plexus component.
-
Constructor Details
-
PlexusTypeBinder
public PlexusTypeBinder(com.google.inject.Binder binder)
-
-
Method Details
-
hear
Description copied from interface:QualifiedTypeListenerInvoked when theQualifiedTypeVisitorfinds a qualified type.- Specified by:
hearin interfaceQualifiedTypeListener- Parameters:
qualifiedType- The qualified typesource- The source of this type- See Also:
-
hear
public void hear(org.codehaus.plexus.component.annotations.Component component, 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
-