プロパティ(properties)ファイルの利用

Propertiesクラス

javaのpropertiesファイル形式を取り扱うためのクラスです。

hello.english=abcde
hello.test1=
hello.test2=jdbc.abc%s %d
hello.test3=jdbc.abc%s %d

 

def props = {Properties}
{props.load {read-open {url “file/properties/resource_ja.properties”}}}
props.size ||== 4
props[“hello.english”] ||== “abcde”

パッケージ名:COM.CURLAP.LIB.UTIL