Package org.apache.tools.ant.taskdefs
Class Javadoc.DocletParam
- java.lang.Object
- 
- org.apache.tools.ant.taskdefs.Javadoc.DocletParam
 
- 
- Enclosing class:
- Javadoc
 
 public class Javadoc.DocletParam extends java.lang.ObjectInner class used to manage doclet parameters.
- 
- 
Constructor SummaryConstructors Constructor Description DocletParam()
 
- 
- 
- 
Method Detail- 
setNamepublic void setName(java.lang.String name) Set the name of the parameter.- Parameters:
- name- the name of the doclet parameter
 
 - 
getNamepublic java.lang.String getName() Get the parameter name.- Returns:
- the parameter's name.
 
 - 
setValuepublic void setValue(java.lang.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.
 
 - 
getValuepublic java.lang.String getValue() Get the parameter value.- Returns:
- the parameter value.
 
 
- 
 
-