| org.objectweb.jonas.ant.JProperty
JProperty | public class JProperty extends Property (Code) | | Allow to define property with the value of my.${name}.property
author: Florent Benoit |
execute | public void execute() throws BuildException(Code) | | Execute the task. It sets the value by evaluating variable name
throws: BuildException - if value is not set See Also: org.apache.tools.ant.Task.execute |
setDefaultValue | public void setDefaultValue(String defaultValue)(Code) | | The default value if the property cannot be found
Parameters: defaultValue - value to set |
setValue | public void setValue(String value)(Code) | | The value of the property to set
Parameters: value - value to set |
|
|