net.sf.antcontrib.inifile

Interface IniPart

Known Implementing Classes:
IniProperty, IniSection

public interface IniPart

A part of an IniFile that might be written to disk.
Authors:
Matthew Inger

Method Summary

void
write(Writer writer)
Write this part of the IniFile to a writer

Method Details

write

public void write(Writer writer)
            throws IOException
Write this part of the IniFile to a writer
Parameters:
writer - The writer to write to