Uses of Class
org.apache.commons.configuration2.plist.ParseException
Packages that use ParseException
Package
Description
Configuration classes supporting NeXT / OpenStep /GNUStep style configuration.
-
Uses of ParseException in org.apache.commons.configuration2.plist
Methods in org.apache.commons.configuration2.plist that return ParseExceptionModifier and TypeMethodDescriptionPropertyListParser.generateParseException()
Generate ParseException.Methods in org.apache.commons.configuration2.plist that throw ParseExceptionModifier and TypeMethodDescriptionfinal List
PropertyListParser.Array()
protected void
PropertyListConfiguration.DateComponentParser.checkLength
(String s, int index, int length) Checks whether the given string has at leastlength
characters starting from the given parsing position.final byte[]
PropertyListParser.Data()
final Date
PropertyListParser.Date()
PropertyListParser.Dictionary()
final Object
PropertyListParser.Element()
protected byte[]
PropertyListParser.filterData
(String s) Remove the white spaces and the data delimiters from the specified string and parse it as a byte array.private Token
PropertyListParser.jj_consume_token
(int kind) PropertyListParser.parse()
abstract int
PropertyListConfiguration.DateComponentParser.parseComponent
(String s, int index, Calendar cal) Parses a component from the given input string.int
PropertyListConfiguration.DateFieldParser.parseComponent
(String s, int index, Calendar cal) int
PropertyListConfiguration.DateSeparatorParser.parseComponent
(String s, int index, Calendar cal) int
PropertyListConfiguration.DateTimeZoneParser.parseComponent
(String s, int index, Calendar cal) (package private) static Date
Parses a date in a format like<*D2002-03-22 11:30:00 +0100>
.protected Date
Parse a date formatted as invalid input: '<'*D2002-03-22 11:30:00 +0100>final ImmutableNode
PropertyListParser.Property()
final String
PropertyListParser.String()