Package org.ini4j.spi
Class IniBuilder
Object
org.ini4j.spi.IniBuilder
- All Implemented Interfaces:
IniHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
endIni()
void
void
handleComment
(String comment) void
handleOption
(String name, String value) static IniBuilder
newInstance
(Ini ini) void
void
startIni()
void
startSection
(String sectionName) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:
endIni
in interfaceIniHandler
-
endSection
public void endSection()- Specified by:
endSection
in interfaceIniHandler
-
handleComment
- Specified by:
handleComment
in interfaceIniHandler
-
handleOption
- Specified by:
handleOption
in interfaceIniHandler
-
startIni
public void startIni()- Specified by:
startIni
in interfaceIniHandler
-
startSection
- Specified by:
startSection
in interfaceIniHandler
-