Class PlexusSpaceModule

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

    public final class PlexusSpaceModule
    extends Object
    implements com.google.inject.Module
    Guice Module that provides Plexus semantics without the full-blown Plexus container.
    • Constructor Detail

      • PlexusSpaceModule

        public PlexusSpaceModule​(org.eclipse.sisu.space.ClassSpace space)
      • PlexusSpaceModule

        public PlexusSpaceModule​(org.eclipse.sisu.space.ClassSpace space,
                                 org.eclipse.sisu.space.BeanScanning scanning)
    • Method Detail

      • configure

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

        public PlexusSpaceModule with​(org.eclipse.sisu.bean.BeanManager manager)
        Delegate management of non-Plexus beans to the given BeanManager.