|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sonatype.guice.plexus.binders.PlexusTypeBinder
public final class PlexusTypeBinder
| Constructor Summary | |
|---|---|
PlexusTypeBinder(com.google.inject.Binder binder)
|
|
| Method Summary | |
|---|---|
void |
hear(java.lang.annotation.Annotation qualifier,
java.lang.Class<?> qualifiedType,
java.lang.Object source)
Invoked when the QualifiedTypeVisitor finds a qualified type. |
void |
hear(org.codehaus.plexus.component.annotations.Component component,
DeferredClass<?> clazz,
java.lang.Object source)
Invoked when the PlexusTypeListener finds a Plexus component. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PlexusTypeBinder(com.google.inject.Binder binder)
| Method Detail |
|---|
public void hear(java.lang.annotation.Annotation qualifier,
java.lang.Class<?> qualifiedType,
java.lang.Object source)
QualifiedTypeListenerQualifiedTypeVisitor finds a qualified type.
hear in interface QualifiedTypeListenerqualifier - The qualifierqualifiedType - The qualified typesource - The source of this typeBinder.withSource(Object)
public void hear(org.codehaus.plexus.component.annotations.Component component,
DeferredClass<?> clazz,
java.lang.Object source)
PlexusTypeListenerPlexusTypeListener finds a Plexus component.
hear in interface PlexusTypeListenercomponent - The Plexus componentclazz - The implementationsource - The source of this component
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||