org.ow2.clif.console.lib.batch
Class QuitCmd

java.lang.Object
  extended by org.ow2.clif.console.lib.batch.QuitCmd

public class QuitCmd
extends java.lang.Object

Batch command to undeploy a given testplan and unbind it from the Registry.

Author:
Joan Chaumont, Bruno Dillenseger

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

QuitCmd

public QuitCmd()
Method Detail

main

public static void main(java.lang.String[] args)
Undeploys a given testplan and unbinds it from the Registry

Parameters:
args - args[0] is the name of the test plan to undeploy.

run

public static int run(java.lang.String testPlan)
Undeploys a given testplan and unbinds it from the Registry

Parameters:
testPlan - the name of the test plan to undeploy.
Returns:
execution status code (@see BatchUtil)