Package org.ini4j.spi
Interface OptionsHandler
- All Known Implementing Classes:
OptionsBuilder
,OptionsFormatter
public interface OptionsHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
handleComment
(String comment) void
handleOption
(String optionName, String optionValue) void
-
Method Details
-
endOptions
void endOptions() -
handleComment
-
handleOption
-
startOptions
void startOptions()
-