Package org.ini4j.spi
Class IniBuilder
Object
org.ini4j.spi.IniBuilder
- All Implemented Interfaces:
IniHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidendIni()voidvoidhandleComment(String comment) voidhandleOption(String name, String value) static IniBuildernewInstance(Ini ini) voidvoidstartIni()voidstartSection(String sectionName) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.ini4j.spi.IniHandler
endIni, endSection, handleComment, handleOption, startIni, startSection
-
Constructor Details
-
IniBuilder
public IniBuilder()
-
-
Method Details
-
newInstance
-
setIni
-
endIni
public void endIni()- Specified by:
endIniin interfaceIniHandler
-
endSection
public void endSection()- Specified by:
endSectionin interfaceIniHandler
-
handleComment
- Specified by:
handleCommentin interfaceIniHandler
-
handleOption
- Specified by:
handleOptionin interfaceIniHandler
-
startIni
public void startIni()- Specified by:
startIniin interfaceIniHandler
-
startSection
- Specified by:
startSectionin interfaceIniHandler
-