Themes

Per-kind theme directories.

Constructors

Link copied to clipboard
constructor(directory: InstallLayoutDirectory)

Properties

Link copied to clipboard

Color themes.

Link copied to clipboard
open override val file: File

The filesystem location this entry points to.

Link copied to clipboard

Global stylesheet (global.css).

Link copied to clipboard

Layout themes.

Link copied to clipboard

Locale-specific themes.

Link copied to clipboard
open override val name: String

Short name of this entry (file name)

Functions

Link copied to clipboard
open override fun asOutputResource(): OutputResource

Wraps this entry as an OutputResource for the pipeline to output.

Link copied to clipboard
open override fun exists(): Boolean

Whether this entry exists on disk with the expected type (file vs. directory).

Link copied to clipboard
open override fun resolveDirectory(relativePath: String): InstallLayoutDirectory

Resolves a child directory relative to this entry's file.

Link copied to clipboard
open override fun resolveFile(relativePath: String): InstallLayoutFile

Resolves a child file relative to this entry's file.