Package org.apache.tools.ant.taskdefs
Class Javadoc.DocletParam
java.lang.Object
org.apache.tools.ant.taskdefs.Javadoc.DocletParam
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
DocletParampublic DocletParam()
 
- 
- 
Method Details- 
setNameSet the name of the parameter.- Parameters:
- name- the name of the doclet parameter
 
- 
getName
- 
setValueSet the parameter value. Note that only string values are supported. No resolution of file paths is performed.- Parameters:
- value- the parameter value.
 
- 
getValue
 
-