config {
states = [
[
requestfilepattern='request',
responsefilepattern='response',
xpathoperationexpression='local-name(//soap-env:Body/*[1])',
dmurl='',
finishedthreshold='',
underreviewthreshold='',
failappnumbers='',
ignorenodes = {
example = ["MAKE"]
}
]
}
我目前正在处理一个给我的项目,该项目在config.properties文件中包含此代码。我需要在ignore节点中获取示例字段的值。这可能吗?有更好的方法吗?