org.ini4j.addon
Class FancyIniParser

java.lang.Object
  extended by org.ini4j.AbstractParser
      extended by org.ini4j.IniParser
          extended by org.ini4j.addon.FancyIniParser

Deprecated.

@Deprecated
public class FancyIniParser
extends IniParser


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

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 java.lang.String getMissingSectionName()
Deprecated. 


setMissingSectionName

@Deprecated
public void setMissingSectionName(java.lang.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. 



Copyright © 2011. All Rights Reserved.