com.servingxml.components.property
Class PropertyAssembler

java.lang.Object
  extended by com.servingxml.components.property.PropertyAssembler

public class PropertyAssembler
extends java.lang.Object


Constructor Summary
PropertyAssembler()
           
 
Method Summary
 Property assemble(ConfigurationContext context)
           
 void setKey(java.lang.String name)
           
 void setName(java.lang.String name)
           
 void setValue(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyAssembler

public PropertyAssembler()
Method Detail

setKey

public void setKey(java.lang.String name)

setName

public void setName(java.lang.String name)

setValue

public void setValue(java.lang.String value)

assemble

public Property assemble(ConfigurationContext context)