|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.configuration.internal.DefaultBeanConfigurator
@Component(role=BeanConfigurator.class) public class DefaultBeanConfigurator
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.
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 |
---|
public DefaultBeanConfigurator()
Method Detail |
---|
public void configureBean(BeanConfigurationRequest request) throws BeanConfigurationException
BeanConfigurator
configureBean
in interface BeanConfigurator
request
- The configuration request that specifies the bean and the configuration to process, must not be
null
.
BeanConfigurationException
- If the bean configuration could not be successfully processed.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |