org.apache.tools.ant.taskdefs.email
public class Header extends Object
Since: Ant 1.7
| Method Summary | |
|---|---|
| String | getName()
Get the name of this Header. |
| String | getValue()
Get the value of this Header. |
| void | setName(String name)
Set the name of this Header. |
| void | setValue(String value)
Set the value of this Header. |
Returns: name as String.
Returns: value as String.
Parameters: name the name to set.
Parameters: value the value to set.