Package com.jetbrains.rd.generator.paths

Functions

Link copied to clipboard
fun outputDirectory(prefix: String, suffix: String): File

Gets output directory from system properties by name concating prefix and through symbol '.'

Properties

Link copied to clipboard
const val cppDirectorySystemPropertyKey: String

Default prefixes for system properties, that're used for getting output directory in generators. Last ones're passed via constructor in kotlin DSL.

Link copied to clipboard
const val csDirectorySystemPropertyKey: String
Link copied to clipboard
const val ktDirectorySystemPropertyKey: String