xdoclet.ant
Class AntPropertyTagsHandler
public class AntPropertyTagsHandler
Extracts properties from Ant.
String | property(Properties attributes) - Returns the values of a configuration parameter with the name paramName.
|
AntPropertyTagsHandler
public AntPropertyTagsHandler(Hashtable antProperties)
Describe what the AntPropertyTagsHandler constructor does
antProperties
- Describe what the parameter does
property
public String property(Properties attributes)
throws XDocletException
Returns the values of a configuration parameter with the name paramName.
attributes
- The attributes of the template tag
- The value of the ant property
- name = "name"
optional = "false"
description = "The ant property name, without enclosing
${}"