从Groovy的属性文件中读取以“ something ..”开头的属性

时间:2018-12-05 18:29:46

标签: groovy

在我的常规文件中,有几个以“ begins”开头的标记。我需要一一读取它们并解密。

Properties props = new Properties()
File propsFile = newFile("/Users/332075795/Desktop/application.properties")
props.load(propsFile.newDataInputStream())
println props.getProperty('begins')

我尝试使用startsWith但是不起作用。有没有一种方法可以读取所有以一个开头的属性。非常感谢您的时间和精力。谢谢

0 个答案:

没有答案