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()
-