|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object org.ini4j.spi.IniBuilder
public class IniBuilder
Constructor Summary | |
---|---|
IniBuilder()
|
Method Summary | |
---|---|
void |
endIni()
|
void |
endSection()
|
void |
handleComment(String comment)
|
void |
handleOption(String name,
String value)
|
static IniBuilder |
newInstance(Ini ini)
|
void |
setIni(Ini value)
|
void |
startIni()
|
void |
startSection(String sectionName)
|
Methods inherited from class 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 Detail |
---|
public IniBuilder()
Method Detail |
---|
public static IniBuilder newInstance(Ini ini)
public void setIni(Ini value)
public void endIni()
endIni
in interface IniHandler
public void endSection()
endSection
in interface IniHandler
public void handleComment(String comment)
handleComment
in interface IniHandler
public void handleOption(String name, String value)
handleOption
in interface IniHandler
public void startIni()
startIni
in interface IniHandler
public void startSection(String sectionName)
startSection
in interface IniHandler
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |