Package | Description |
---|---|
org.apache.maven.configuration | |
org.apache.maven.configuration.internal |
Modifier and Type | Class and Description |
---|---|
class |
DefaultBeanConfigurationRequest
A basic bean configuration request.
|
Modifier and Type | Method and Description |
---|---|
BeanConfigurationRequest |
BeanConfigurationRequest.setBean(Object bean)
Sets the bean to configure.
|
BeanConfigurationRequest |
BeanConfigurationRequest.setClassLoader(ClassLoader classLoader)
Sets the class loader from which to load any types referenced by the configuration.
|
BeanConfigurationRequest |
BeanConfigurationRequest.setConfiguration(Object configuration)
Sets the configuration to unmarshal into the bean.
|
BeanConfigurationRequest |
BeanConfigurationRequest.setConfiguration(Object configuration,
String element)
Sets the configuration to unmarshal into the bean.
|
BeanConfigurationRequest |
BeanConfigurationRequest.setPathTranslator(BeanConfigurationPathTranslator pathTranslator)
Sets the optional path translator for configuration values unmarshalled to files.
|
BeanConfigurationRequest |
BeanConfigurationRequest.setValuePreprocessor(BeanConfigurationValuePreprocessor valuePreprocessor)
Sets the optional preprocessor for configuration values.
|
Modifier and Type | Method and Description |
---|---|
void |
BeanConfigurator.configureBean(BeanConfigurationRequest request)
Performs the specified bean configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultBeanConfigurator.configureBean(BeanConfigurationRequest request) |
Copyright © 2001–2014 The Apache Software Foundation. All rights reserved.