Package-level declarations

Types

Link copied to clipboard

OutputResourceVisitor that creates a copy of the visited resource with a new name.

Link copied to clipboard
class FileResourceExporter(location: File, write: Boolean = true) : OutputResourceVisitor<File>

A visitor that saves each type of OutputResource to a file and returns it.

Functions

Link copied to clipboard
fun OutputResource.copy(name: String = this.name): OutputResource

Creates a copy of this resource with the specified name.

Link copied to clipboard
fun OutputResource.saveTo(directory: File): File

Saves this resource to file in a directory.