public class RegBuilder extends Object
| Constructor and Description |
|---|
RegBuilder() |
| Modifier and Type | Method and Description |
|---|---|
void |
endIni() |
void |
endSection() |
void |
handleComment(List<String> comment) |
void |
handleEmptyLine() |
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(List<String> comment)
handleComment in interface IniHandlerpublic void handleEmptyLine()
public void startIni()
startIni in interface IniHandlerpublic void startSection(String sectionName)
startSection in interface IniHandlerCopyright © 2001–2025. All rights reserved.