Package | Description |
---|---|
hudson.util.spring |
Spring Bean Builder by using Groovy.
|
Modifier and Type | Method and Description |
---|---|
BeanConfiguration |
BeanConfiguration.addProperty(String propertyName,
Object propertyValue)
Adds a property value to this bean
|
BeanConfiguration |
BeanConfiguration.setAbstract(boolean isAbstract)
Sets the BeanConfiguration as an Abstract bean definition
|
BeanConfiguration |
BeanConfiguration.setAutowire(String type)
Sets the autowire type, either "byType" or "byName"
|
BeanConfiguration |
BeanConfiguration.setDependsOn(String[] dependsOn)
Sets the names of the beans this bean configuration depends on
|
BeanConfiguration |
BeanConfiguration.setDestroyMethod(String methodName)
Sets the name of the method to call when destroying the bean
|
BeanConfiguration |
BeanConfiguration.setFactoryBean(String beanName) |
BeanConfiguration |
BeanConfiguration.setFactoryMethod(String methodName) |
Copyright © 2014. All rights reserved.