[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Classes

  ClassDescription
public classAssertionException
Exception thrown when a runtime assertion failed.

public classAssertionFacility
Simple facility for asserting at runtime.

public classCoercionException
Exception to represent a mismatch in Java types in an expression.

public classConstructorHelper
Helper class to find and invoke a class constructors that matches the types of arguments supplied.

public classDebugFacility
Utility class for enabling certain debugging using system properties.

public classFragment
Fragment is a parse result, a parse results in an ordered list of fragments.

public classGenericFactory<(Of T>)
Factory for an instance of any type. Employs Class.newInstance to instantiate.

public classIndent
Utility class around indenting and formatting text.

public classIndentWriter
Writer that uses an underlying PrintWriter to indent output text for easy reading.

public classLikeUtil
Utility for performing a SQL Like comparsion.

public classMultiKeyComparator<(Of T>)
A comparator on multikeys. The multikeys must contain the same number of values.

public classParameterFragment
Represents a parameter in a parsed string of texts and parameters.

public classPlaceholderParseException
Exception to indicate a parse error in parsing placeholders.

public classPlaceholderParser
Parser for strings with substitution parameters of the form ${parameter}.

public classResourceLoader
Utility class for loading or resolving external resources via URL and class path.

public classStaticMethodResolver
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.

public classTextFragment
Represents a piece of text in a parse string with placeholder values.

public classTypeHelper
Helper for questions about types.

what is the boxed type for a primitive type

is this a numeric type.


Delegates

  DelegateDescription
public delegateStopCallback
General pupose callback to Stop a resource and free it's underlying resources.