Package-level declarations

Types

Link copied to clipboard
class KlutterException(msg: String, throwable: Throwable? = null) : Exception

Exception class indicating a terminal problem in the Klutter Framework.

Link copied to clipboard
interface KlutterPrinter

Output the content of a (to be created) class.

Link copied to clipboard
interface KlutterTask

Class which contains all logic to fully execute a functional task.

Link copied to clipboard
interface KlutterWriter

Utility interface which takes (generated) file content and writes it to a file.