org.ini4j.addon
Class FancyIniParser
java.lang.Object
org.ini4j.IniParser
org.ini4j.addon.FancyIniParser
public class FancyIniParser
- extends IniParser
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INCLUDE_BEGIN
public static final char INCLUDE_BEGIN
- See Also:
- Constant Field Values
INCLUDE_END
public static final char INCLUDE_END
- See Also:
- Constant Field Values
INCLUDE_OPTIONAL
public static final char INCLUDE_OPTIONAL
- See Also:
- Constant Field Values
FancyIniParser
public FancyIniParser()
setAllowEmptyOption
public void setAllowEmptyOption(boolean flag)
isAllowEmptyOption
public boolean isAllowEmptyOption()
setAllowUnnamedSection
public void setAllowUnnamedSection(boolean flag)
isAllowUnnamedSection
public boolean isAllowUnnamedSection()
setAllowMissingSection
public void setAllowMissingSection(boolean flag)
isAllowMissingSection
public boolean isAllowMissingSection()
setMissingSectionName
public void setMissingSectionName(java.lang.String name)
getMissingSectionName
public java.lang.String getMissingSectionName()
setAllowSectionCaseConversion
public void setAllowSectionCaseConversion(boolean flag)
isAllowSectionCaseConversion
public boolean isAllowSectionCaseConversion()
setAllowOptionCaseConversion
public void setAllowOptionCaseConversion(boolean flag)
isAllowOptionCaseConversion
public boolean isAllowOptionCaseConversion()
isAllowInclude
public boolean isAllowInclude()
setAllowInclude
public void setAllowInclude(boolean flag)
parse
public void parse(java.io.Reader input,
IniHandler handler)
throws java.io.IOException,
InvalidIniFormatException
- Overrides:
parse
in class IniParser
- Throws:
java.io.IOException
InvalidIniFormatException
parse
public void parse(java.net.URL input,
IniHandler handler)
throws java.io.IOException,
InvalidIniFormatException
- Overrides:
parse
in class IniParser
- Throws:
java.io.IOException
InvalidIniFormatException
parse
protected void parse(FancyIniParser.IniSource source,
IniHandler handler)
throws java.io.IOException,
InvalidIniFormatException
- Throws:
java.io.IOException
InvalidIniFormatException
Copyright © {inceptionYear}-2009 null. All Rights Reserved.