org.apache.tools.ant.taskdefs.optional.extension
public class ExtraAttribute extends Object
UNKNOWN: Refactor this and all the other parameter, sysproperty, property etc into a single class in framework
Method Summary | |
---|---|
void | setName(String name)
Set the name of the parameter.
|
void | setValue(String value)
Set the value of the parameter.
|
void | validate()
Make sure that neither the name or the value
is null.
|
Parameters: name the name of parameter
Parameters: value the parameter value
Throws: BuildException if the attribute is invalid.