Package org.eclipse.sisu.plexus
Class ComponentDescriptorBeanModule
java.lang.Object
org.eclipse.sisu.plexus.ComponentDescriptorBeanModule
- All Implemented Interfaces:
PlexusBeanModule
PlexusBeanModule
that binds Plexus components according to their ComponentDescriptor
s.-
Constructor Summary
ConstructorsConstructorDescriptionComponentDescriptorBeanModule
(org.eclipse.sisu.space.ClassSpace space, List<ComponentDescriptor<?>> descriptors) -
Method Summary
Modifier and TypeMethodDescriptionconfigure
(com.google.inject.Binder binder) Contributes bindings and returns any associatedPlexusBeanSource
metadata.
-
Constructor Details
-
ComponentDescriptorBeanModule
public ComponentDescriptorBeanModule(org.eclipse.sisu.space.ClassSpace space, List<ComponentDescriptor<?>> descriptors)
-
-
Method Details
-
configure
Description copied from interface:PlexusBeanModule
Contributes bindings and returns any associatedPlexusBeanSource
metadata.- Specified by:
configure
in interfacePlexusBeanModule
- See Also:
-
Module.configure(Binder)
-