public class RegBuilder extends Object
| Constructor and Description |
|---|
RegBuilder() |
| Modifier and Type | Method and Description |
|---|---|
void |
endIni() |
void |
endSection() |
protected Config |
getConfig() |
protected Profile.Section |
getCurrentSection() |
protected String |
getLastComment() |
protected Profile |
getProfile() |
void |
handleComment(String comment) |
void |
handleOption(String rawName,
String rawValue) |
protected boolean |
isHeader() |
static RegBuilder |
newInstance(Reg reg) |
protected void |
setHeader(boolean value) |
protected void |
setLastComment(String value) |
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 IniHandlerprotected Config getConfig()
protected Profile getProfile()
public 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 IniHandlerprotected Profile.Section getCurrentSection()
protected boolean isHeader()
protected void setHeader(boolean value)
protected String getLastComment()
protected void setLastComment(String value)
Copyright © 2017. All rights reserved.