openpss / com.hendraanggrian.openpss.io.properties / LoginFile

LoginFile

object LoginFile : PropertiesFile

Properties file for login settings that aren't manually configurable by user.

Properties

DB_HOST

var DB_HOST: String

DB_PASSWORD

var DB_PASSWORD: String

DB_PORT

var DB_PORT: Int

DB_USER

var DB_USER: String

EMPLOYEE

var EMPLOYEE: String

Functions

isDbValid

fun isDbValid(): Boolean

Inherited Functions

getValue

operator fun <T> T.getValue(thisRef: Any?, property: KProperty<*>): T

save

suspend fun save(comments: String? = null): <ERROR CLASS>

setValue

operator fun <T> T.setValue(thisRef: Any?, property: KProperty<*>, value: T): Unit