Class | Description |
---|---|
CalendarParser |
A parser for arbitrary date/time strings.
|
CalendarParserTest |
The Class CalendarParserTest.
|
Dom4jUtils |
Class contining convenience methods for interecting with the dom4j library (http://dom4j.sourceforge.net/)
|
FileUtils |
support utility for file operation / manipulation.
|
ParserState |
Date parser state.
|
PropertyLoader |
Class to load property strings from a file with the .properties extension on the classpath
|
SSLUtilities |
This class provide various static methods that relax X509 certificate and
hostname verification while using the SSL over the HTTP protocol.
|
SSLUtilities._FakeHostnameVerifier | Deprecated |
SSLUtilities._FakeX509TrustManager | Deprecated |
SSLUtilities.FakeHostnameVerifier |
This class implements a fake hostname verificator, trusting any host
name.
|
SSLUtilities.FakeX509TrustManager |
This class allow any X509 certificates to be used to authenticate the
remote side of a secure socket, including self-signed certificates.
|
TinyDate |
Exception | Description |
---|---|
CalendarParserException |
Thrown when an invalid date is encountered in CalendarParser.
|