Package | Description |
---|---|
org.codehaus.plexus | |
org.eclipse.sisu.plexus |
Sisu-Plexus backend implementation.
|
Modifier and Type | Method and Description |
---|---|
com.google.inject.Injector |
DefaultPlexusContainer.addPlexusInjector(List<? extends PlexusBeanModule> beanModules,
com.google.inject.Module... customModules) |
Modifier and Type | Class and Description |
---|---|
class |
ComponentDescriptorBeanModule
PlexusBeanModule that binds Plexus components according to their ComponentDescriptor s. |
class |
PlexusAnnotatedBeanModule
PlexusBeanModule that binds Plexus components by scanning classes for runtime annotations. |
class |
PlexusXmlBeanModule
PlexusBeanModule that binds Plexus components by scanning XML resources. |
Modifier and Type | Method and Description |
---|---|
PlexusBeanModule |
PlexusAnnotatedBeanModule.with(SpaceModule.Strategy _strategy) |
Constructor and Description |
---|
PlexusBindingModule(BeanManager manager,
PlexusBeanModule... modules) |
Constructor and Description |
---|
PlexusBindingModule(BeanManager manager,
Collection<? extends PlexusBeanModule> modules) |
Copyright © 2017. All rights reserved.