Package org.ini4j.spi
Interface IniHandler
-
- All Known Implementing Classes:
IniBuilder
,IniFormatter
,RegBuilder
public interface IniHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
endIni()
void
endSection()
void
handleComment(String comment)
void
handleOption(String optionName, String optionValue)
void
startIni()
void
startSection(String sectionName)
-