| Package | Description |
|---|---|
| org.apache.maven.configuration | |
| org.apache.maven.configuration.internal |
| Modifier and Type | Class | Description |
|---|---|---|
class |
DefaultBeanConfigurationRequest |
A basic bean configuration request.
|
| Modifier and Type | Method | Description |
|---|---|---|
BeanConfigurationRequest |
BeanConfigurationRequest.setBean(java.lang.Object bean) |
Sets the bean to configure.
|
BeanConfigurationRequest |
BeanConfigurationRequest.setClassLoader(java.lang.ClassLoader classLoader) |
Sets the class loader from which to load any types referenced by the configuration.
|
BeanConfigurationRequest |
BeanConfigurationRequest.setConfiguration(java.lang.Object configuration) |
Sets the configuration to unmarshal into the bean.
|
BeanConfigurationRequest |
BeanConfigurationRequest.setConfiguration(java.lang.Object configuration,
java.lang.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 | Description |
|---|---|---|
void |
BeanConfigurator.configureBean(BeanConfigurationRequest request) |
Performs the specified bean configuration.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
DefaultBeanConfigurator.configureBean(BeanConfigurationRequest request) |