Package net.sf.antcontrib.inifile
Interface IniPart
-
- All Known Implementing Classes:
IniProperty
,IniSection
public interface IniPart
A part of an IniFile that might be written to disk.- Author:
- Matthew Inger,
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
write(java.io.Writer writer)
Write this part of the IniFile to a writer
-