|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ini4j.AbstractParser
org.ini4j.IniParser
org.ini4j.addon.FancyIniParser
@Deprecated public class FancyIniParser
Field Summary |
---|
Fields inherited from class org.ini4j.IniParser |
---|
SECTION_BEGIN, SECTION_END |
Constructor Summary | |
---|---|
FancyIniParser()
Deprecated. |
Method Summary | |
---|---|
java.lang.String |
getMissingSectionName()
Deprecated. |
boolean |
isAllowEmptyOption()
Deprecated. |
boolean |
isAllowInclude()
Deprecated. |
boolean |
isAllowMissingSection()
Deprecated. |
boolean |
isAllowOptionCaseConversion()
Deprecated. |
boolean |
isAllowSectionCaseConversion()
Deprecated. |
boolean |
isAllowUnnamedSection()
Deprecated. |
void |
setAllowEmptyOption(boolean flag)
Deprecated. |
void |
setAllowInclude(boolean flag)
Deprecated. |
void |
setAllowMissingSection(boolean flag)
Deprecated. |
void |
setAllowOptionCaseConversion(boolean flag)
Deprecated. |
void |
setAllowSectionCaseConversion(boolean flag)
Deprecated. |
void |
setAllowUnnamedSection(boolean flag)
Deprecated. |
void |
setConfig(Config value)
Deprecated. |
void |
setMissingSectionName(java.lang.String name)
Deprecated. |
Methods inherited from class org.ini4j.IniParser |
---|
newInstance, newInstance, parse, parse, parse, parseXML, parseXML, parseXML |
Methods inherited from class org.ini4j.AbstractParser |
---|
getConfig, indexOfOperator, parseError, parseOptionLine, unescape |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FancyIniParser()
Method Detail |
---|
@Deprecated public void setAllowEmptyOption(boolean flag)
@Deprecated public void setAllowInclude(boolean flag)
@Deprecated public void setAllowMissingSection(boolean flag)
@Deprecated public void setAllowOptionCaseConversion(boolean flag)
@Deprecated public void setAllowSectionCaseConversion(boolean flag)
@Deprecated public void setAllowUnnamedSection(boolean flag)
@Deprecated public void setConfig(Config value)
setConfig
in class AbstractParser
@Deprecated public boolean isAllowInclude()
@Deprecated public java.lang.String getMissingSectionName()
@Deprecated public void setMissingSectionName(java.lang.String name)
@Deprecated public boolean isAllowEmptyOption()
@Deprecated public boolean isAllowMissingSection()
@Deprecated public boolean isAllowOptionCaseConversion()
@Deprecated public boolean isAllowSectionCaseConversion()
@Deprecated public boolean isAllowUnnamedSection()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |