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 void
endOptions()
void
handleComment(String comment)
void
handleOption(String optionName, String optionValue)
void
startOptions()
-
-
-
Method Detail
-
endOptions
void endOptions()
-
handleComment
void handleComment(String comment)
-
handleOption
void handleOption(String optionName, String optionValue)
-
startOptions
void startOptions()
-
-