public class IniBuilder extends Object implements IniHandler
| Constructor and Description |
|---|
IniBuilder() |
| 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 name,
String value) |
protected boolean |
isHeader() |
static IniBuilder |
newInstance(Ini ini) |
protected void |
setHeader(boolean value) |
void |
setIni(Ini value) |
protected void |
setLastComment(String value) |
void |
startIni() |
void |
startSection(String sectionName) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitendIni, endSection, handleComment, handleOption, startIni, startSectionpublic static IniBuilder newInstance(Ini ini)
public void setIni(Ini value)
protected 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 handleOption(String name, String value)
handleOption 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.