Class Summary |
Classes |
Some utilities for getting class info. |
Debug |
Used for testing preconditions and assertions as well as for logging output
to help debug the JBuilder product and OpenTools addins. |
Diff |
The Diff class is capable of diffing two text files and
producing an array of DiffEntries which represent the
differences between the two files. |
RegularExpression |
Currently implements a simple regular expression matching engine that interprets
only "*", "?" and "\" as special characters. |
RegularExpression.MatchResult |
|
Strings |
Static methods for manipulating String instances including encoding/decoding. |
Strings.StringEncoding |
A StringEncoding instance provides an efficient way to encode a String
by replacing characters that should be avoided in the encoded version with
an alternate representation. |