public interface IniHandler
| Modifier and Type | Method and Description |
|---|---|
void |
endIni() |
void |
endSection() |
void |
handleComment(List<String> comment) |
void |
handleEmptyLine() |
void |
handleOption(String optionName,
String optionValue) |
void |
startIni() |
void |
startSection(String sectionName) |
void endIni()
void endSection()
void startIni()
void startSection(String sectionName)
void handleEmptyLine()
Copyright © 2001–2025. All rights reserved.