Change in ovirt-engine[master]: utils: LocalConfig: add getProperty with an optionalSuffix S...

Eli Mesika has submitted this change and it was merged. Change subject: utils: LocalConfig: add getProperty with an optionalSuffix String. ...................................................................... utils: LocalConfig: add getProperty with an optionalSuffix String. public String getProperty(String key, String optionalSuffix, boolean allowMissing); Returns the value associated with key_optionalSuffix if it is defined or the one associated with key. If both are missing and allowMissing = false throws an IllegalStateException. Change-Id: Ic37b6aa5ce44600fc647915b9f71632c98bbbae3 Signed-off-by: Mooli Tayer <mtayer@redhat.com> --- M backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/LocalConfig.java M backend/manager/modules/utils/src/test/java/org/ovirt/engine/core/utils/LocalConfigTest.java M backend/manager/modules/utils/src/test/resources/localconfig.conf M backend/manager/modules/utils/src/test/resources/localconfig.conf.ref 4 files changed, 53 insertions(+), 6 deletions(-) Approvals: Alon Bar-Lev: Verified; Looks good to me, but someone else must approve Eli Mesika: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/23979 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ic37b6aa5ce44600fc647915b9f71632c98bbbae3 Gerrit-PatchSet: 15 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: mooli tayer <mtayer@redhat.com> Gerrit-Reviewer: Alon Bar-Lev <alonbl@redhat.com> Gerrit-Reviewer: Eli Mesika <emesika@redhat.com> Gerrit-Reviewer: Martin Peřina <mperina@redhat.com> Gerrit-Reviewer: Yair Zaslavsky <yzaslavs@redhat.com> Gerrit-Reviewer: mooli tayer <mtayer@redhat.com> Gerrit-Reviewer: oVirt Jenkins CI Server
participants (1)
-
emesika@redhat.com