public class RegBuilder extends Object
| Constructor and Description |
|---|
RegBuilder() |
| Modifier and Type | Method and 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 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 IniHandlerCopyright © 2015. All rights reserved.