Alon Bar-Lev has posted comments on this change.

Change subject: extensions test tool: logger
......................................................................


Patch Set 15:

(1 comment)

https://gerrit.ovirt.org/#/c/37886/15/backend/manager/modules/uutils/src/main/java/org/ovirt/engine/core/uutils/cli/parser/ParametersParser.java
File 
backend/manager/modules/uutils/src/main/java/org/ovirt/engine/core/uutils/cli/parser/ParametersParser.java:

Line 57:             usage = "__single__";
Line 58:         } else {
Line 59:             usage = args.remove(0);
Line 60:             argMap.put("__action__", usage);
Line 61:         }
> It's subaction, not subsection.
if we ignored the prefix it is my bad, as I did not see that. this was the 
entire point of always having a prefix within the properties files.

the prefix can be anything, you provide the prefix when you construct the 
class, so that the class can address a specific scheme and we do not need to 
create properties file for each scheme.

you can decide that prefix is the action name if you like... you can have 
static prefix and have properties file for each action.

I like having all in same file as we can probably share information, such as:

 common.arg.xxx.type = xxx
 prefix1.arg.xxx.ref  = common.arg.xxx
 prefix1.arg.xxx.mandatory = true
 prefix2.arg.xxx.ref  = common.arg.xxx
 prefix2.arg.xxx.mandatory = false


for the time being we can just duplicate all.
Line 62:         if(usage.equals("--help") || (!usage.equals("__single__") && 
!args.isEmpty() && args.contains("--help"))) {
Line 63:             throw new ExitException(getHelp(), 0, true);
Line 64:         }
Line 65: 


-- 
To view, visit https://gerrit.ovirt.org/37886
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Ie06113c5d56a49e58d557c851f9ff00b9a9ca409
Gerrit-PatchSet: 15
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Ondřej Macháček <machacek.on...@gmail.com>
Gerrit-Reviewer: Alon Bar-Lev <alo...@redhat.com>
Gerrit-Reviewer: Ondra Machacek <omach...@redhat.com>
Gerrit-Reviewer: Ondřej Macháček <machacek.on...@gmail.com>
Gerrit-Reviewer: automat...@ovirt.org
Gerrit-Reviewer: mooli tayer <mta...@redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to