org.sonatype.guice.plexus.binders
Class PlexusTypeBinder
java.lang.Object
org.sonatype.guice.plexus.binders.PlexusTypeBinder
- All Implemented Interfaces:
- QualifiedTypeListener, PlexusTypeListener
public final class PlexusTypeBinder
- extends Object
- implements PlexusTypeListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PlexusTypeBinder
public PlexusTypeBinder(com.google.inject.Binder binder)
hear
public void hear(Annotation qualifier,
Class<?> qualifiedType,
Object source)
- Description copied from interface:
QualifiedTypeListener
- Invoked when the
QualifiedTypeVisitor
finds a qualified type.
- Specified by:
hear
in interface QualifiedTypeListener
- Parameters:
qualifier
- The qualifier (unused)qualifiedType
- The qualified typesource
- The source of this type- See Also:
Binder.withSource(Object)
hear
public void hear(org.codehaus.plexus.component.annotations.Component component,
DeferredClass<?> clazz,
Object source)
- Description copied from interface:
PlexusTypeListener
- Invoked when the
PlexusTypeListener
finds a Plexus component.
- Specified by:
hear
in interface PlexusTypeListener
- Parameters:
component
- The Plexus componentclazz
- The implementationsource
- The source of this component
Copyright © 2010-2012 Sonatype, Inc.. All Rights Reserved.