IniBuilder
, IniFormatter
, RegBuilder
public interface IniHandler
Modifier and Type | Method | Description |
---|---|---|
void |
endIni() |
|
void |
endSection() |
|
void |
handleComment(String comment) |
|
void |
handleOption(String optionName,
String optionValue) |
|
void |
startIni() |
|
void |
startSection(String sectionName) |
void endIni()
void endSection()
void handleComment(String comment)
void handleOption(String optionName, String optionValue)
void startIni()
void startSection(String sectionName)