org.apache.maven.configuration.internal
Class DefaultBeanConfigurator

java.lang.Object
  extended by org.apache.maven.configuration.internal.DefaultBeanConfigurator
All Implemented Interfaces:
BeanConfigurator

@Component(role=BeanConfigurator.class)
public class DefaultBeanConfigurator
extends 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.

Author:
Benjamin Bentmann

Constructor Summary
DefaultBeanConfigurator()
           
 
Method Summary
 void configureBean(BeanConfigurationRequest request)
          Performs the specified bean configuration.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultBeanConfigurator

public DefaultBeanConfigurator()
Method Detail

configureBean

public void configureBean(BeanConfigurationRequest request)
                   throws BeanConfigurationException
Description copied from interface: BeanConfigurator
Performs the specified bean configuration.

Specified by:
configureBean in interface BeanConfigurator
Parameters:
request - The configuration request that specifies the bean and the configuration to process, must not be null.
Throws:
BeanConfigurationException - If the bean configuration could not be successfully processed.


Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.