Class Header
java.lang.Object
org.apache.tools.ant.taskdefs.email.Header
Class representing a generic key-value header.
 TODO: This should be moved out of the email package
- Since:
- Ant 1.7
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
Headerpublic Header()
 
- 
- 
Method Details- 
setNameSet the name of this Header.- Parameters:
- name- the name to set.
 
- 
getNameGet the name of this Header.- Returns:
- name as String.
 
- 
setValueSet the value of this Header.- Parameters:
- value- the value to set.
 
- 
getValueGet the value of this Header.- Returns:
- value as String.
 
 
-