|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Objectorg.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 IniHandlerpublic void endSection()
endSection in interface IniHandlerpublic void handleComment(String comment)
handleComment in interface IniHandler
public void handleOption(String name,
String value)
handleOption in interface IniHandlerpublic void startIni()
startIni in interface IniHandlerpublic void startSection(String sectionName)
startSection in interface IniHandler
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||