Class ExtraAttribute
- java.lang.Object
- 
- org.apache.tools.ant.taskdefs.optional.extension.ExtraAttribute
 
- 
 public class ExtraAttribute extends java.lang.ObjectSimple holder for extra attributes in main section of manifest.- To do:
- Refactor this and all the other parameter, sysproperty, property etc into a single class in framework
 
- 
- 
Constructor SummaryConstructors Constructor Description ExtraAttribute()
 
- 
- 
- 
Method Detail- 
setNamepublic void setName(java.lang.String name) Set the name of the parameter.- Parameters:
- name- the name of parameter
 
 - 
setValuepublic void setValue(java.lang.String value) Set the value of the parameter.- Parameters:
- value- the parameter value
 
 - 
validatepublic void validate() throws BuildExceptionMake sure that neither the name or the value is null.- Throws:
- BuildException- if the attribute is invalid.
 
 
- 
 
-