Companion

object Companion

Functions

Link copied to clipboard
fun getBoolean(cs: ConfigurationSection?, name: String): Boolean
fun getBoolean(cs: ConfigurationSection?, name: String, defaultValue: Boolean): Boolean
Link copied to clipboard
fun getDouble2(cs: ConfigurationSection?, name: String, defaultValue: Double?): Double?
Link copied to clipboard
fun getFloat2(cs: ConfigurationSection?, name: String, defaultValue: Float?): Float?
Link copied to clipboard
fun getKeyNameFromConfig(cs: ConfigurationSection, key: String): String
Link copied to clipboard
fun getListFromConfigItem(cs: ConfigurationSection, key: String): MutableList<String>
Link copied to clipboard
fun getString(cs: ConfigurationSection?, name: String): String?
fun getString(cs: ConfigurationSection?, name: String, defaultValue: String?): String?
Link copied to clipboard
fun getStringSet(cs: ConfigurationSection?, name: String): MutableSet<String>
Link copied to clipboard
fun objToCS(cs: ConfigurationSection, path: String): ConfigurationSection?