com.lonniepryor.blues.cfg
Interface SetCfg

All Known Implementing Classes:
SetBeanCfg, SetRefrenceCfg, SetValueCfg

public interface SetCfg

Interface for child elements that set java beans properties.

Version:
$Revision: 1.1 $
Author:
Lonnie Pryor

Method Summary
 void configure(BeanHelper helper, java.lang.Object beanInstance, Directory serviceDirectory)
          Sets the property represented by this config on the specified bean using the supplied bean helper.
 

Method Detail

configure

public void configure(BeanHelper helper,
                      java.lang.Object beanInstance,
                      Directory serviceDirectory)
Sets the property represented by this config on the specified bean using the supplied bean helper.

Parameters:
helper - The bean helper to use.
beanInstance - The bean to initalize.
serviceDirectory - The directory to look up refrenced services in.


Copyright © 2003 Blues Framework. All Rights Reserved.