Class DefaultBeanConfigurator
- java.lang.Object
-
- org.apache.maven.configuration.internal.DefaultBeanConfigurator
-
- All Implemented Interfaces:
BeanConfigurator
@Component(role=BeanConfigurator.class) public class DefaultBeanConfigurator extends java.lang.Object implements BeanConfigurator
Warning: This is an internal class that is only public for technical reasons, it is not part of the public API. In particular, this class can be changed or deleted without prior notice.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static class
DefaultBeanConfigurator.BeanExpressionEvaluator
-
Field Summary
Fields Modifier and Type Field Description private org.codehaus.plexus.component.configurator.converters.lookup.ConverterLookup
converterLookup
-
Constructor Summary
Constructors Constructor Description DefaultBeanConfigurator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
configureBean(BeanConfigurationRequest request)
Performs the specified bean configuration.
-
-
-
Method Detail
-
configureBean
public void configureBean(BeanConfigurationRequest request) throws BeanConfigurationException
Description copied from interface:BeanConfigurator
Performs the specified bean configuration.- Specified by:
configureBean
in interfaceBeanConfigurator
- Parameters:
request
- The configuration request that specifies the bean and the configuration to process, must not benull
.- Throws:
BeanConfigurationException
- If the bean configuration could not be successfully processed.
-
-