public final class PlexusTypeBinder extends Object implements PlexusTypeListener
PlexusTypeListener
that binds Plexus Component
s.Constructor and Description |
---|
PlexusTypeBinder(com.google.inject.Binder binder) |
Modifier and Type | Method and Description |
---|---|
void |
hear(Class<?> qualifiedType,
Object source)
Invoked when the
QualifiedTypeVisitor finds a qualified type. |
void |
hear(org.codehaus.plexus.component.annotations.Component component,
DeferredClass<?> clazz,
Object source)
Invoked when the
PlexusTypeListener finds a Plexus component. |
public void hear(Class<?> qualifiedType, Object source)
QualifiedTypeListener
QualifiedTypeVisitor
finds a qualified type.hear
in interface QualifiedTypeListener
qualifiedType
- The qualified typesource
- The source of this typeBinder.withSource(Object)
public void hear(org.codehaus.plexus.component.annotations.Component component, DeferredClass<?> clazz, Object source)
PlexusTypeListener
PlexusTypeListener
finds a Plexus component.hear
in interface PlexusTypeListener
component
- The Plexus componentclazz
- The implementationsource
- The source of this componentCopyright © 2020. All rights reserved.