|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Objectorg.ini4j.spi.RegBuilder
public class RegBuilder
| Constructor Summary | |
|---|---|
RegBuilder()
|
|
| Method Summary | |
|---|---|
void |
endIni()
|
void |
endSection()
|
void |
handleComment(String comment)
|
void |
handleOption(String rawName,
String rawValue)
|
static RegBuilder |
newInstance(Reg reg)
|
void |
setReg(Reg value)
|
void |
startIni()
|
void |
startSection(String sectionName)
|
| Methods inherited from class Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RegBuilder()
| Method Detail |
|---|
public static RegBuilder newInstance(Reg reg)
public void setReg(Reg value)
public void handleOption(String rawName,
String rawValue)
handleOption in interface IniHandlerpublic void endIni()
endIni in interface IniHandlerpublic void endSection()
endSection in interface IniHandlerpublic void handleComment(String comment)
handleComment 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 | |||||||||