Propertiesクラス
javaのpropertiesファイル形式を取り扱うためのクラスです。
hello.english=abcde |
def props = {Properties} {props.load {read-open {url “file/properties/resource_ja.properties”}}} props.size ||== 4 props[“hello.english”] ||== “abcde” |
パッケージ名:COM.CURLAP.LIB.UTIL