IniHandlerpublic class RegBuilder extends Object
| Constructor | Description |
|---|---|
RegBuilder() |
| Modifier and Type | Method | Description |
|---|---|---|
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) |
public RegBuilder()
public static RegBuilder newInstance(Reg reg)
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