com.servingxml.components.property
Class SystemPropertyAssembler

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

public class SystemPropertyAssembler
extends java.lang.Object


Constructor Summary
SystemPropertyAssembler()
           
 
Method Summary
 SystemProperty 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

SystemPropertyAssembler

public SystemPropertyAssembler()
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 SystemProperty assemble(ConfigurationContext context)