Package-level declarations

Types

Link copied to clipboard

Type-safe navigator over the Quarkdown install lib/ directory layout.

Link copied to clipboard

An InstallLayoutEntry that represents a directory. exists returns true only if the path is an existing directory.

Link copied to clipboard

A navigable entry (file or directory) within the Quarkdown install layout.

Link copied to clipboard
data class InstallLayoutFile(val file: File) : InstallLayoutEntry

An InstallLayoutEntry that represents a regular file. exists returns true only if the path is an existing regular file.

Properties

Link copied to clipboard

The JAR file (or exploded classes directory) from which this module's code was loaded, as reported by the class protection domain. Used as the starting point for InstallDirectoryResolver to locate the install lib/ directory.