Class PlexusTypeBinder

    • Constructor Summary

      Constructors 
      Constructor Description
      PlexusTypeBinder​(com.google.inject.Binder binder)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void hear​(java.lang.Class<?> qualifiedType, java.lang.Object source)  
      void hear​(org.codehaus.plexus.component.annotations.Component component, org.eclipse.sisu.inject.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

      • PlexusTypeBinder

        public PlexusTypeBinder​(com.google.inject.Binder binder)
    • Method Detail

      • hear

        public void hear​(java.lang.Class<?> qualifiedType,
                         java.lang.Object source)
        Specified by:
        hear in interface org.eclipse.sisu.space.QualifiedTypeListener
      • hear

        public void hear​(org.codehaus.plexus.component.annotations.Component component,
                         org.eclipse.sisu.inject.DeferredClass<?> clazz,
                         java.lang.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 component
        clazz - The implementation
        source - The source of this component