net.sf.antcontrib.inifile

Interface IniPart

public interface IniPart

A part of an IniFile that might be written to disk.

Author: Matthew Inger

Method Summary
voidwrite(Writer writer)
Write this part of the IniFile to a writer

Method Detail

write

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

Parameters: writer The writer to write to