|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ow2.clif.console.lib.batch.QuitCmd
public class QuitCmd
Batch command to undeploy a given testplan and unbind it from the Registry.
Constructor Summary | |
---|---|
QuitCmd()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
Undeploys a given testplan and unbinds it from the Registry |
static int |
run(java.lang.String testPlan)
Undeploys a given testplan and unbinds it from the Registry |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public QuitCmd()
Method Detail |
---|
public static void main(java.lang.String[] args)
args
- args[0] is the name of the test plan to undeploy.public static int run(java.lang.String testPlan)
testPlan
- the name of the test plan to undeploy.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |