net.sf.antcontrib.inifile
Class IniFile
java.lang.Object
net.sf.antcontrib.inifile.IniFile
- public class IniFile
- extends java.lang.Object
Place class description here.
- Since:
- Author:
- inger,
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IniFile
public IniFile()
getSections
public java.util.List getSections()
getSection
public IniSection getSection(java.lang.String name)
setSection
public void setSection(IniSection section)
removeSection
public void removeSection(java.lang.String name)
write
public void write(java.io.Writer writer)
throws java.io.IOException
- Throws:
java.io.IOException
read
public void read(java.io.Reader reader)
throws java.io.IOException
- Throws:
java.io.IOException