xdoclet.ant

Class AntPropertyTagsHandler

public class AntPropertyTagsHandler extends TemplateTagHandler

Extracts properties from Ant.

Version: $Revision: 1.8 $

Author: Aslak Hellesxy

UNKNOWN: 5. januar 2002 namespace = "Ant"

Constructor Summary
AntPropertyTagsHandler(Hashtable antProperties)
Describe what the AntPropertyTagsHandler constructor does
Method Summary
Stringproperty(Properties attributes)
Returns the values of a configuration parameter with the name paramName.

Constructor Detail

AntPropertyTagsHandler

public AntPropertyTagsHandler(Hashtable antProperties)
Describe what the AntPropertyTagsHandler constructor does

Method Detail

property

public String property(Properties attributes)
Returns the values of a configuration parameter with the name paramName.

Parameters: attributes The attributes of the template tag

Returns: The value of the ant property

Throws: XDocletException Description of Exception

UNKNOWN: type = "content" name = "name" optional = "false" description = "The ant property name, without enclosing * ${}"