Package org.ow2.clif.console.lib.batch
Class CurrentParametersCmd
- java.lang.Object
-
- org.ow2.clif.console.lib.batch.CurrentParametersCmd
-
public class CurrentParametersCmd extends java.lang.ObjectCommand to get the list of parameters and their associated values of a blade.- Author:
- Joan Chaumont, Bruno Dillenseger
-
-
Constructor Summary
Constructors Constructor Description CurrentParametersCmd()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)Displays the list of a blade's parameters and associated values.static intrun(java.lang.String testPlan, java.lang.String bladeId)Displays the list of a blade's parameters and associated values.
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args)
Displays the list of a blade's parameters and associated values.- Parameters:
args- args[0] is the name of the target deployed test plan, args[1] is the identifier of the target blade in the given test plan
-
run
public static int run(java.lang.String testPlan, java.lang.String bladeId)Displays the list of a blade's parameters and associated values.- Parameters:
testPlan- name of the target deployed testplanbladeId- identifier of the target blade in the given test plan- Returns:
- command execution status code (@see BatchUtil)
-
-