Uses of Interface
hudson.util.spring.BeanConfiguration

Packages that use BeanConfiguration
hudson.util.spring Spring Bean Builder by using Groovy. 
 

Uses of BeanConfiguration in hudson.util.spring
 

Methods in hudson.util.spring that return BeanConfiguration
 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 © 2004-2013. All Rights Reserved.