如何从config.properties文件中获取值?

时间:2018-06-05 18:11:32

标签: java groovy

    config {
     states = [ 

      [     
      requestfilepattern='request',
      responsefilepattern='response',
      xpathoperationexpression='local-name(//soap-env:Body/*[1])',
      dmurl='',
      finishedthreshold='',
      underreviewthreshold='',
      failappnumbers='',
      ignorenodes = {
        example = ["MAKE"]
      }
      ]
}

我目前正在处理一个给我的项目,该项目在config.properties文件中包含此代码。我需要在ignore节点中获取示例字段的值。这可能吗?有更好的方法吗?

0 个答案:

没有答案