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