org.apache.tools.ant.taskdefs

Class Javadoc.DocletParam

public class Javadoc.DocletParam extends Object

Inner class used to manage doclet parameters.
Method Summary
StringgetName()
Get the parameter name.
StringgetValue()
Get the parameter value.
voidsetName(String name)
Set the name of the parameter.
voidsetValue(String value)
Set the parameter value.

Method Detail

getName

public String getName()
Get the parameter name.

Returns: the parameter's name.

getValue

public String getValue()
Get the parameter value.

Returns: the parameter value.

setName

public void setName(String name)
Set the name of the parameter.

Parameters: name the name of the doclet parameter

setValue

public void setValue(String value)
Set the parameter value. Note that only string values are supported. No resolution of file paths is performed.

Parameters: value the parameter value.

Copyright B) 2000-2007 Apache Software Foundation. All Rights Reserved.