Yair Zaslavsky has uploaded a new change for review.

Change subject: [WIP] tools: Improve engine-config help
......................................................................

[WIP] tools: Improve engine-config help

This patch provides a new option to engine-config -

engine-config -h <keyname>

For example - engine-config -h AdminPassword

This will provide more specific help (comparing with engine-config -h)
to keys.
Currently - the implementation is value-type based (for passwords & composite
passwords) - this is why its WIP.

Change-Id: I090d52cbc246eb9ffdd985ca6b5aeab6582c8653
Signed-off-by: Yair Zaslavsky <[email protected]>
---
A 
backend/manager/tools/src/main/java/org/ovirt/engine/core/config/ConfigKeyHandler.java
1 file changed, 7 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/08/12508/1

diff --git 
a/backend/manager/tools/src/main/java/org/ovirt/engine/core/config/ConfigKeyHandler.java
 
b/backend/manager/tools/src/main/java/org/ovirt/engine/core/config/ConfigKeyHandler.java
new file mode 100644
index 0000000..c40b79e
--- /dev/null
+++ 
b/backend/manager/tools/src/main/java/org/ovirt/engine/core/config/ConfigKeyHandler.java
@@ -0,0 +1,7 @@
+package org.ovirt.engine.core.config;
+
+import org.ovirt.engine.core.config.entity.ConfigKey;
+
+public interface ConfigKeyHandler {
+    public boolean handle(ConfigKey key);
+}


--
To view, visit http://gerrit.ovirt.org/12508
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I090d52cbc246eb9ffdd985ca6b5aeab6582c8653
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Yair Zaslavsky <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to