org.apache.tools.ant.taskdefs
Class Gjdoc.DocletParam
java.lang.Object
org.apache.tools.ant.taskdefs.Gjdoc.DocletParam
- Gjdoc
public class Gjdoc.DocletParam
extends java.lang.Object
Inner class used to manage doclet parameters.
String | getName() - Get the parameter name.
|
String | getValue() - Get the parameter value.
|
void | setName(String name) - Set the name of the parameter.
|
void | setValue(String value) - Set the parameter value.
|
getName
public String getName()
Get the parameter name.
getValue
public String getValue()
Get the parameter value.
setName
public void setName(String name)
Set the name of the parameter.
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.
value
- the parameter value.
Copyright © 2000-2006 Apache Software Foundation. All Rights Reserved.