All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ru.fix.gradle.release.plugin.UserInteractor.kt Maven / Gradle / Ivy

package ru.fix.gradle.release.plugin

interface UserInteractor {
    fun promptQuestion(prompt: String, default: String? = null): String
    fun promptPassword(prompt: String): CharArray
    fun info(msg: String)
    fun error(msg: String)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy