org.ini4j.addon
Class FancyIniParser
Object
IniParser
FancyIniParser
public class FancyIniParser
- extends IniParser
Methods inherited from class 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
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(String name)
getMissingSectionName
public 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(Reader input,
IniHandler handler)
throws IOException,
InvalidIniFormatException
- Overrides:
parse
in class IniParser
- Throws:
IOException
InvalidIniFormatException
parse
public void parse(URL input,
IniHandler handler)
throws IOException,
InvalidIniFormatException
- Overrides:
parse
in class IniParser
- Throws:
IOException
InvalidIniFormatException
parse
protected void parse(FancyIniParser.IniSource source,
IniHandler handler)
throws IOException,
InvalidIniFormatException
- Throws:
IOException
InvalidIniFormatException