|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.antcontrib.inifile.IniProperty
public class IniProperty
A single property in an IniSection.
| Constructor Summary | |
|---|---|
IniProperty()
Default constructor |
|
IniProperty(java.lang.String name,
java.lang.String value)
Construct an IniProperty with a certain name and value |
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
Gets the name of the property |
java.lang.String |
getValue()
Gets the value of the property |
void |
setName(java.lang.String name)
Sets the name of the property |
void |
setValue(java.lang.String value)
Sets the value of the property |
void |
write(java.io.Writer writer)
Write this property to a writer object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IniProperty()
public IniProperty(java.lang.String name,
java.lang.String value)
name - The name of the propertyvalue - The property value| Method Detail |
|---|
public java.lang.String getName()
public void setName(java.lang.String name)
name - The name of the propertypublic java.lang.String getValue()
public void setValue(java.lang.String value)
value - the value of the property
public void write(java.io.Writer writer)
throws java.io.IOException
write in interface IniPartwriter -
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||