| Class | Description |
|---|---|
| IndentationOutputStream |
A OutputStream that add an indentation on efery line for formatting.
|
| Logging |
Wrapper Class for logging using the environment variable _SETUPBUILDER_DEBUG=true
|
| ReplacingInputStream |
Stands for the input stream that decorates given input stream and replaces its content during reading
according to the specified rules.
|
| ResourceUtils |
Some Utils for working with resources.
|
| TempPath |
Automatically create and tear down a temporary directory
Also create additional directories when needed.
|
| XmlFileBuilder<T extends AbstractSetupTask> |
Build an XML.
|