properties.eh
use "properties.eh" |
Types
type Properties < Dict; |
Functions
def getLocale(): String; def getProperties(conf: String): Properties; def new_properties(): Properties; def Properties.get(key: String): String; def Properties.getList(): [Any]; def Properties.set(key: String, data: Any); def setProperties(prop: Properties, file: String); def String.parse(): [String]; def String.parseBool(): Bool; def String.ws(): String; |
Description
Type details
type Properties < Dict; |
Function details
def new_properties(): Properties; |
def Properties.get(key: String): String; |
def Properties.set(key: String, data: Any); |
def Properties.getList(): [Any]; |
def String.ws(): String; |
def String.parse(): [String]; |
def String.parseBool(): Bool; |
def getProperties(conf: String): Properties; |
def getLocale(): String; |
def setProperties(prop: Properties, file: String); |