| BulkDelete |
|
| CanonicalPair |
|
| CloseProtectedZipInputStream |
|
| CommaSeparatedStringBuilder |
Encapsulates StringBuilder to build strings of values separated by comma
|
| CSFile |
Extends the usual Java File to make it case-sensitive: if the file to be opened has
a different casing in the filesystem (but is found anyway base Windows is case-insensitive),
the constructor will throw.
|
| CSFileInputStream |
A FileInputStream which works (only) on CSFile instead of File.
|
| CSVProcessor |
A file processor that reads a templated source file with markers ([%columnname%]), reads data
from a CSV file and inserts data from that CSV file into those markers.
|
| CSVReader |
Baseclass for readers that read data from files in comma separated file format
|
| CSVWriter |
|
| DateTimeUtil |
|
| ElementDecoration |
|
| Inflector |
Transforms words to singular, plural, humanized (human readable), underscore, camel case, or ordinal form.
|
| IniFile |
IniFile class provides methods for manipulating (Read/Write) windows ini files.
|
| JsonMerger |
|
| MarkDownProcessor |
|
| MergedList<T> |
A list of items that represent
|
| MergedList.MergeNode<T1> |
|
| MimeType |
|
| MyURIResolver |
|
| NDJsonWriter |
|
| OIDUtils |
|
| SchemaInputSource |
|
| ScriptedPageProcessor |
This object processes a string that contains <%%> or [%%] where each of these
represents a 'command' that either does something, or inserts content into the
string - which is then reprocessed
The outcome is a string.
|
| SIDUtilities |
|
| SimpleHTTPClient |
|
| SourceLocation |
|
| Table<T> |
|
| TerminologyServiceOptions |
This class is superceded by TerminologyValidationOptions but retained here for backwards compatibility
|
| TextFile |
Set of static helper functions to read lines from files, create files from lists of lines,
read files into a single string and create files from a single string.
|
| TextStreamWriter |
TextStream writer that helps to write indented text.
|
| TimeTracker |
|
| TranslatingUtilities |
|
| TranslatorXml |
|
| UnicodeUtilities |
|
| UnicodeUtilities.CharSet |
|
| UnicodeUtilities.StateStack |
|
| UnicodeUtilities.StateStackEntry |
|
| Utilities |
|
| VersionUtilities |
|
| VersionUtilities.VersionURLInfo |
|
| XsltUtilities |
Utilities for working with XML
|
| ZipGenerator |
|
| ZipURIResolver |
|