net.sf.antcontrib.inifile
public class IniProperty extends Object implements IniPart
| Constructor Summary | |
|---|---|
| IniProperty()
Default constructor | |
| IniProperty(String name, String value)
Construct an IniProperty with a certain name and value | |
| Method Summary | |
|---|---|
| String | getName()
Gets the name of the property |
| String | getValue()
Gets the value of the property |
| void | setName(String name)
Sets the name of the property |
| void | setValue(String value)
Sets the value of the property |
| void | write(Writer writer)
Write this property to a writer object. |
Parameters: name The name of the property value The property value
Parameters: name The name of the property
Parameters: value the value of the property
Parameters: writer
Throws: IOException