public final class PlexusTypeBinder extends Object implements PlexusTypeListener
| Constructor and Description |
|---|
PlexusTypeBinder(com.google.inject.Binder binder) |
| Modifier and Type | Method and Description |
|---|---|
void |
hear(Annotation qualifier,
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(Annotation qualifier, Class<?> qualifiedType, Object source)
QualifiedTypeListenerQualifiedTypeVisitor finds a qualified type.hear in interface QualifiedTypeListenerqualifier - The qualifier (unused)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)
PlexusTypeListenerPlexusTypeListener finds a Plexus component.hear in interface PlexusTypeListenercomponent - The Plexus componentclazz - The implementationsource - The source of this componentCopyright © 2010-2015 Sonatype, Inc.. All Rights Reserved.