C D E G H I M N P R S W 

C

ca.szc.configparser - package ca.szc.configparser
 
ca.szc.configparser.exceptions - package ca.szc.configparser.exceptions
 

D

DuplicateOptionError - Class in ca.szc.configparser.exceptions
Defines the location and information about a duplicate option
DuplicateOptionError(int, String, String) - Constructor for class ca.szc.configparser.exceptions.DuplicateOptionError
 
DuplicateSectionError - Class in ca.szc.configparser.exceptions
Defines the location and information about a duplicate section
DuplicateSectionError(int, String) - Constructor for class ca.szc.configparser.exceptions.DuplicateSectionError
 

E

equals(Object) - Method in class ca.szc.configparser.exceptions.DuplicateOptionError
 
equals(Object) - Method in class ca.szc.configparser.exceptions.DuplicateSectionError
 
equals(Object) - Method in class ca.szc.configparser.exceptions.InterpolationDepthError
 
equals(Object) - Method in class ca.szc.configparser.exceptions.InterpolationMissingOptionError
 
equals(Object) - Method in class ca.szc.configparser.exceptions.InterpolationSyntaxError
 
equals(Object) - Method in class ca.szc.configparser.exceptions.InvalidLine
 
equals(Object) - Method in class ca.szc.configparser.exceptions.ParsingError
 

G

getCommentPrefixes() - Method in class ca.szc.configparser.Ini
 
getDelimiters() - Method in class ca.szc.configparser.Ini
 
getInlineCommentPrefixes() - Method in class ca.szc.configparser.Ini
 
getLine() - Method in class ca.szc.configparser.exceptions.InvalidLine
 
getLineNo() - Method in class ca.szc.configparser.exceptions.ParsingError
 
getMessage() - Method in class ca.szc.configparser.exceptions.DuplicateOptionError
 
getMessage() - Method in class ca.szc.configparser.exceptions.DuplicateSectionError
 
getMessage() - Method in class ca.szc.configparser.exceptions.InterpolationDepthError
 
getMessage() - Method in class ca.szc.configparser.exceptions.InterpolationMissingOptionError
 
getMessage() - Method in class ca.szc.configparser.exceptions.InterpolationSyntaxError
 
getMessage() - Method in class ca.szc.configparser.exceptions.InvalidLine
 
getMessage() - Method in class ca.szc.configparser.exceptions.MissingSectionHeaderError
 
getMessage() - Method in class ca.szc.configparser.exceptions.ParsingError
 
getMissingOption() - Method in class ca.szc.configparser.exceptions.InterpolationMissingOptionError
 
getOption() - Method in exception ca.szc.configparser.exceptions.NoOptionError
 
getOptionName() - Method in class ca.szc.configparser.exceptions.DuplicateOptionError
 
getOptionName() - Method in class ca.szc.configparser.exceptions.InterpolationDepthError
 
getOptionName() - Method in class ca.szc.configparser.exceptions.InterpolationMissingOptionError
 
getOptionName() - Method in class ca.szc.configparser.exceptions.InterpolationSyntaxError
 
getParsingErrors() - Method in exception ca.szc.configparser.exceptions.IniParserException
 
getSectionName() - Method in class ca.szc.configparser.exceptions.DuplicateOptionError
 
getSectionName() - Method in class ca.szc.configparser.exceptions.DuplicateSectionError
 
getSectionName() - Method in class ca.szc.configparser.exceptions.InterpolationDepthError
 
getSectionName() - Method in class ca.szc.configparser.exceptions.InterpolationMissingOptionError
 
getSectionName() - Method in class ca.szc.configparser.exceptions.InterpolationSyntaxError
 
getSectionName() - Method in exception ca.szc.configparser.exceptions.NoOptionError
 
getSectionName() - Method in exception ca.szc.configparser.exceptions.NoSectionError
 
getSections() - Method in class ca.szc.configparser.Ini
 
getValue() - Method in class ca.szc.configparser.exceptions.InterpolationDepthError
 
getValue() - Method in class ca.szc.configparser.exceptions.InterpolationMissingOptionError
 
getValue(String, String) - Method in class ca.szc.configparser.Ini
 
getValue(String, String, String) - Method in class ca.szc.configparser.Ini
 

H

hashCode() - Method in class ca.szc.configparser.exceptions.DuplicateOptionError
 
hashCode() - Method in class ca.szc.configparser.exceptions.DuplicateSectionError
 
hashCode() - Method in class ca.szc.configparser.exceptions.InterpolationDepthError
 
hashCode() - Method in class ca.szc.configparser.exceptions.InterpolationMissingOptionError
 
hashCode() - Method in class ca.szc.configparser.exceptions.InterpolationSyntaxError
 
hashCode() - Method in class ca.szc.configparser.exceptions.InvalidLine
 
hashCode() - Method in class ca.szc.configparser.exceptions.ParsingError
 

I

Ini - Class in ca.szc.configparser
A Python-compatible Java INI parser
Ini() - Constructor for class ca.szc.configparser.Ini
Creates an INI parser with the default configuration
IniParserException - Exception in ca.szc.configparser.exceptions
Thrown when text read does not fit the configured INI format
IniParserException(List<ParsingError>) - Constructor for exception ca.szc.configparser.exceptions.IniParserException
 
InterpolationDepthError - Class in ca.szc.configparser.exceptions
This exception is thrown if a value has to be interpolated too many times.
InterpolationDepthError(int, String, String, String) - Constructor for class ca.szc.configparser.exceptions.InterpolationDepthError
 
InterpolationMissingOptionError - Class in ca.szc.configparser.exceptions
This exception is thrown if the interpolation references a non-existent option.
InterpolationMissingOptionError(int, String, String, String, String) - Constructor for class ca.szc.configparser.exceptions.InterpolationMissingOptionError
 
InterpolationSyntaxError - Class in ca.szc.configparser.exceptions
This exception is thrown if there is a syntax error in the value interpolation.
InterpolationSyntaxError(int, String, String, String) - Constructor for class ca.szc.configparser.exceptions.InterpolationSyntaxError
 
InvalidLine - Class in ca.szc.configparser.exceptions
Defines the location and information about an invalid line
InvalidLine(int, String) - Constructor for class ca.szc.configparser.exceptions.InvalidLine
 
isAllowDuplicates() - Method in class ca.szc.configparser.Ini
 
isAllowInterpolation() - Method in class ca.szc.configparser.Ini
 
isAllowNoValue() - Method in class ca.szc.configparser.Ini
 
isEmptyLinesInValues() - Method in class ca.szc.configparser.Ini
 
isSpaceAroundDelimiters() - Method in class ca.szc.configparser.Ini
 

M

Main - Class in ca.szc.configparser
Simple read/write main class, mostly for testing purposes
Main() - Constructor for class ca.szc.configparser.Main
 
main(String[]) - Static method in class ca.szc.configparser.Main
 
MissingSectionHeaderError - Class in ca.szc.configparser.exceptions
Defines the location and information about a missing section header
MissingSectionHeaderError(int, String) - Constructor for class ca.szc.configparser.exceptions.MissingSectionHeaderError
 

N

NoOptionError - Exception in ca.szc.configparser.exceptions
This exception is thrown when looking up a non-existant option from an interpolation.
NoOptionError(String, String) - Constructor for exception ca.szc.configparser.exceptions.NoOptionError
 
NoSectionError - Exception in ca.szc.configparser.exceptions
This exception is thrown when looking up a non-existant section from an interpolation.
NoSectionError(String) - Constructor for exception ca.szc.configparser.exceptions.NoSectionError
 

P

ParsingError - Class in ca.szc.configparser.exceptions
Defines the location of a parsing error
ParsingError(int) - Constructor for class ca.szc.configparser.exceptions.ParsingError
 

R

read(BufferedReader) - Method in class ca.szc.configparser.Ini
Parse INI text
read(Path) - Method in class ca.szc.configparser.Ini
Parse an INI file with the default Charset
read(Path, Charset) - Method in class ca.szc.configparser.Ini
Parse an INI file with a specified Charset
rstrip(String) - Static method in class ca.szc.configparser.StringUtil
Return a copy of a String with all whitespace characters removed from the end.

S

setAllowDuplicates(boolean) - Method in class ca.szc.configparser.Ini
Set if duplicate sections and options will be accepted, or throw a IniParserException at Ini.read(BufferedReader) time.
setAllowInterpolation(boolean) - Method in class ca.szc.configparser.Ini
Set if interpolation of values should be performed.
setAllowNoValue(boolean) - Method in class ca.szc.configparser.Ini
Set if option keys with no values will be accepted, or throw a IniParserException at Ini.read(BufferedReader) time.
setCommentPrefixes(List<String>) - Method in class ca.szc.configparser.Ini
Set which Strings should start full comment lines.
setDelimiters(List<String>) - Method in class ca.szc.configparser.Ini
Set which Strings should divide option keys from values
setEmptyLinesInValues(boolean) - Method in class ca.szc.configparser.Ini
Set if empty lines should be considered to be a part of the latest option's value or not.
setInlineCommentPrefixes(List<String>) - Method in class ca.szc.configparser.Ini
Set which Strings should divide data from comments on non-blank lines
setSpaceAroundDelimiters(boolean) - Method in class ca.szc.configparser.Ini
Set if spaces should be placed around option key/value delimiters when writing
StringUtil - Class in ca.szc.configparser
String methods that are more compatible with Python's
StringUtil() - Constructor for class ca.szc.configparser.StringUtil
 
strip(String) - Static method in class ca.szc.configparser.StringUtil
Return a copy of a String with all whitespace characters removed from the beginning and end.

W

write(BufferedWriter) - Method in class ca.szc.configparser.Ini
Write INI formatted text
write(Path) - Method in class ca.szc.configparser.Ini
Write an INI file with the default Charset
write(Path, Charset) - Method in class ca.szc.configparser.Ini
Write an INI file with a specified Charset
C D E G H I M N P R S W 

Copyright © 2016. All rights reserved.