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

Itamar Heim 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: Eli Mesika: Looks good to me, approved mooli tayer: Verified; Looks good to me, but someone else must approve -- To view, visit http://gerrit.ovirt.org/24690 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ic37b6aa5ce44600fc647915b9f71632c98bbbae3 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.4 Gerrit-Owner: Alon Bar-Lev <alonbl@redhat.com> Gerrit-Reviewer: Eli Mesika <emesika@redhat.com> Gerrit-Reviewer: Itamar Heim <iheim@redhat.com> Gerrit-Reviewer: mooli tayer <mtayer@redhat.com> Gerrit-Reviewer: oVirt Jenkins CI Server
participants (1)
-
iheim@redhat.com