|
[ini4j] | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectAbstractParser
IniParser
FancyIniParser
@Deprecated public class FancyIniParser
Field Summary |
---|
Fields inherited from class IniParser |
---|
SECTION_BEGIN, SECTION_END |
Constructor Summary | |
---|---|
FancyIniParser()
Deprecated. |
Method Summary | |
---|---|
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(String name)
Deprecated. |
Methods inherited from class IniParser |
---|
newInstance, newInstance, parse, parse, parse, parseXML, parseXML, parseXML |
Methods inherited from class AbstractParser |
---|
getConfig, indexOfOperator, parseError, parseOptionLine, unescape |
Methods inherited from class 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 String getMissingSectionName()
@Deprecated public void setMissingSectionName(String name)
@Deprecated public boolean isAllowEmptyOption()
@Deprecated public boolean isAllowMissingSection()
@Deprecated public boolean isAllowOptionCaseConversion()
@Deprecated public boolean isAllowSectionCaseConversion()
@Deprecated public boolean isAllowUnnamedSection()
|
[ini4j] | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |