com.neva.gradle.fork.config.properties / PropertyPrompt

PropertyPrompt

class PropertyPrompt

Represents property found in template file or registered manually via build script.

Constructors

<init>

PropertyPrompt(name: String, defaultProvider: () -> String? = { null })

Represents property found in template file or registered manually via build script.

Properties

name

val name: String

value

var value: String?

valueOrDefault

val valueOrDefault: String?