| Interface | Description |
|---|---|
| FileNotifier | |
| Logger | |
| TranslationServices |
| Class | Description |
|---|---|
| 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 | |
| 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.
|
| MarkDownProcessor | |
| MyURIResolver | |
| NDJsonWriter | |
| OIDUtils | |
| PackageGenerator | |
| SaxonUtilities |
Utiltities for working with Saxon
|
| 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.
|
| SoundUtilities |
Utiltities for working with system audio
|
| Table<T> | |
| 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.
|
| TranslatingUtilities | |
| TranslatorXml | |
| Utilities | |
| XLSXmlParser | |
| ZipGenerator | |
| ZipURIResolver |
| Enum | Description |
|---|---|
| Logger.LogMessageType | |
| MarkDownProcessor.Dialect | |
| StandardsStatus |
Copyright © 2014–2018 University Health Network. All rights reserved.