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 classDefaultBeanConfigurator.BeanExpressionEvaluator
-
Field Summary
Fields Modifier and Type Field Description private org.codehaus.plexus.component.configurator.converters.lookup.ConverterLookupconverterLookup
-
Constructor Summary
Constructors Constructor Description DefaultBeanConfigurator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigureBean(BeanConfigurationRequest request)Performs the specified bean configuration.
-
-
-
Method Detail
-
configureBean
public void configureBean(BeanConfigurationRequest request) throws BeanConfigurationException
Description copied from interface:BeanConfiguratorPerforms the specified bean configuration.- Specified by:
configureBeanin 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.
-
-