Class PlexusBindingModule

  • All Implemented Interfaces:
    com.google.inject.Module

    public final class PlexusBindingModule
    extends java.lang.Object
    implements com.google.inject.Module
    Guice Module that supports registration, injection, and management of Plexus beans.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void configure​(com.google.inject.Binder binder)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PlexusBindingModule

        public PlexusBindingModule​(org.eclipse.sisu.bean.BeanManager manager,
                                   PlexusBeanModule... modules)
      • PlexusBindingModule

        public PlexusBindingModule​(org.eclipse.sisu.bean.BeanManager manager,
                                   java.util.Collection<? extends PlexusBeanModule> modules)
    • Method Detail

      • configure

        public void configure​(com.google.inject.Binder binder)
        Specified by:
        configure in interface com.google.inject.Module