[ini4j]

org.ini4j.addon
Class FancyIniParser

Object
  extended by AbstractParser
      extended by IniParser
          extended by FancyIniParser

Deprecated.

@Deprecated
public class FancyIniParser
extends IniParser


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

FancyIniParser

public FancyIniParser()
Deprecated. 
Method Detail

setAllowEmptyOption

@Deprecated
public void setAllowEmptyOption(boolean flag)
Deprecated. 


setAllowInclude

@Deprecated
public void setAllowInclude(boolean flag)
Deprecated. 


setAllowMissingSection

@Deprecated
public void setAllowMissingSection(boolean flag)
Deprecated. 


setAllowOptionCaseConversion

@Deprecated
public void setAllowOptionCaseConversion(boolean flag)
Deprecated. 


setAllowSectionCaseConversion

@Deprecated
public void setAllowSectionCaseConversion(boolean flag)
Deprecated. 


setAllowUnnamedSection

@Deprecated
public void setAllowUnnamedSection(boolean flag)
Deprecated. 


setConfig

@Deprecated
public void setConfig(Config value)
Deprecated. 

Overrides:
setConfig in class AbstractParser

isAllowInclude

@Deprecated
public boolean isAllowInclude()
Deprecated. 


getMissingSectionName

@Deprecated
public String getMissingSectionName()
Deprecated. 


setMissingSectionName

@Deprecated
public void setMissingSectionName(String name)
Deprecated. 


isAllowEmptyOption

@Deprecated
public boolean isAllowEmptyOption()
Deprecated. 


isAllowMissingSection

@Deprecated
public boolean isAllowMissingSection()
Deprecated. 


isAllowOptionCaseConversion

@Deprecated
public boolean isAllowOptionCaseConversion()
Deprecated. 


isAllowSectionCaseConversion

@Deprecated
public boolean isAllowSectionCaseConversion()
Deprecated. 


isAllowUnnamedSection

@Deprecated
public boolean isAllowUnnamedSection()
Deprecated. 


[ini4j]