|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ow2.clif.console.lib.batch.CurrentParametersCmd
public class CurrentParametersCmd
Command to get the list of parameters and their associated values of a blade.
Constructor Summary | |
---|---|
CurrentParametersCmd()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
Displays the list of a blade's parameters and associated values. |
static int |
run(java.lang.String testPlan,
java.lang.String bladeId)
Displays the list of a blade's parameters and associated values. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CurrentParametersCmd()
Method Detail |
---|
public static void main(java.lang.String[] args)
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 planpublic static int run(java.lang.String testPlan, java.lang.String bladeId)
testPlan
- name of the target deployed testplanbladeId
- identifier of the target blade in the given test plan
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |