[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Classes
Class | Description | |
---|---|---|
![]() | AssertionException | Exception thrown when a runtime assertion failed. |
![]() | AssertionFacility | Simple facility for asserting at runtime. |
![]() | CoercionException | Exception to represent a mismatch in Java types in an expression. |
![]() | ConstructorHelper |
Helper class to find and invoke a class constructors that matches the types
of arguments supplied.
|
![]() | DebugFacility |
Utility class for enabling certain debugging using system properties.
|
![]() | Fragment | Fragment is a parse result, a parse results in an ordered list of fragments. |
![]() | GenericFactory<(Of T>) |
Factory for an instance of any type. Employs Class.newInstance to instantiate.
|
![]() | Indent |
Utility class around indenting and formatting text.
|
![]() | IndentWriter |
Writer that uses an underlying PrintWriter to indent output text for easy reading.
|
![]() | LikeUtil |
Utility for performing a SQL Like comparsion.
|
![]() | MultiKeyComparator<(Of T>) | A comparator on multikeys. The multikeys must contain the same
number of values.
|
![]() | ParameterFragment |
Represents a parameter in a parsed string of texts and parameters.
|
![]() | PlaceholderParseException | Exception to indicate a parse error in parsing placeholders. |
![]() | PlaceholderParser |
Parser for strings with substitution parameters of the form ${parameter}.
|
![]() | ResourceLoader |
Utility class for loading or resolving external resources via URL and class path.
|
![]() | StaticMethodResolver |
Used for retrieving static method objects. It provides two points of added
functionality over the standard System.Reflection mechanism of retrieving methods.
First, class names can be partial, and if the class name is partial
then import service is searched for the class.
|
![]() | TextFragment |
Represents a piece of text in a parse string with placeholder values.
|
![]() | TypeHelper | Helper for questions about types.
what is the boxed type for a primitive type is this a numeric type. |
Delegates
Delegate | Description | |
---|---|---|
![]() | StopCallback |
General pupose callback to Stop a resource and free it's underlying resources.
|