|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.lonniepryor.blues.cfg.SetValueCfg
Child element for setting java beans properties to a basic value.
Constructor Summary | |
SetValueCfg()
Creates a new SetValueCfg object. |
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. |
void |
setProperty(java.lang.String property)
Sets the name of the property to set. |
void |
setValue(java.lang.String value)
Sets the value of the property. |
void |
verify()
Verifies the state of this configuration element. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SetValueCfg()
Method Detail |
public void setProperty(java.lang.String property)
property
- The name of the property to set.public void setValue(java.lang.String value)
value
- The value of the property.public void verify()
Verifiable
verify
in interface Verifiable
public void configure(BeanHelper helper, java.lang.Object beanInstance, Directory serviceDirectory)
SetCfg
configure
in interface SetCfg
helper
- The bean helper to use.beanInstance
- The bean to initalize.serviceDirectory
- The directory to look up refrenced services in.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |