org.apache.geronimo.deployment.cli
Class CommandRedeploy

java.lang.Object
  extended byorg.apache.geronimo.deployment.cli.AbstractCommand
      extended byorg.apache.geronimo.deployment.cli.CommandRedeploy
All Implemented Interfaces:
DeployCommand

public class CommandRedeploy
extends AbstractCommand

The CLI deployer logic to redeploy.

Version:
$Rev: 406550 $ $Date: 2006-05-15 08:19:38 +0200 (Mon, 15 May 2006) $

Constructor Summary
CommandRedeploy()
           
 
Method Summary
 void execute(PrintWriter out, ServerConnection connection, String[] args)
           
 
Methods inherited from class org.apache.geronimo.deployment.cli.AbstractCommand
emit, getCommandGroup, getCommandName, getHelpArgumentList, getHelpText, identifyTargets, isLocalOnly, isMultipleTargets, setOut, waitForProgress
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandRedeploy

public CommandRedeploy()
Method Detail

execute

public void execute(PrintWriter out,
                    ServerConnection connection,
                    String[] args)
             throws org.apache.geronimo.common.DeploymentException
Throws:
org.apache.geronimo.common.DeploymentException


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.