org.griphyn.common.util |
|
Java Source File Name | Type | Comment |
Boolean.java | Class | This class converts a boolean property specification (string) in various
representations into a booelan value. |
Currently.java | Class | Create a common interface to handle obtaining string timestamps.
The difficult part is to allow for an ISO 8601 date formatting.
author: Jens-S. |
DynamicLoader.java | Class | This class provides a dynamic class loading facility. |
Escape.java | Class | This class tries to define an interface to deal with quoting, escaping,
and the way back. |
FactoryException.java | Class | The base exception class to notify of errors, while instantiating classes
via any of the factories. |
ProfileParser.java | Class | Converts between the string version of a profile specification
and the parsed triples and back again.
author: Gaurang Mehta author: Jens-S. |
ProfileParserException.java | Class | This class is used to signal errors while parsing profile strings
See Also: ProfileParser author: Gaurang Mehta author: Jens-S. |
Separator.java | Class | This class solely defines the separators used in the textual in-
and output between namespace, name and version(s). |
Separator2Test.java | Class | This is the test program for the Separator class.
author: Jens-S. |
SeparatorTest.java | Class | This is the test program for the Separator class.
author: Jens-S. |
VDSProperties.java | Class | This class creates a common interface to handle package properties.
The package properties are meant as read-only (so far, until
requirements crop up for write access). |
Version.java | Class | This class solely defines the version numbers of PEGASUS. |