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)
- Specified by:
hear in interface QualifiedTypeListener
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 Sonatype, Inc.. All Rights Reserved.