public interface IniHandler
Modifier and Type | Method and Description |
---|---|
void |
endIni() |
void |
endSection() |
void |
handleComment(String comment) |
void |
handleOption(String optionName,
String optionValue) |
void |
startIni() |
void |
startSection(String sectionName) |
Copyright © 2018. All rights reserved.