Package org.ini4j.spi
Interface OptionsHandler
-
- All Known Implementing Classes:
OptionsBuilder,OptionsFormatter
public interface OptionsHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidendOptions()voidhandleComment(String comment)voidhandleOption(String optionName, String optionValue)voidstartOptions()
-
-
-
Method Detail
-
endOptions
void endOptions()
-
handleComment
void handleComment(String comment)
-
handleOption
void handleOption(String optionName, String optionValue)
-
startOptions
void startOptions()
-
-