org.apache.geronimo.deployment.cli
Interface DeployCommand

All Known Implementing Classes:
AbstractCommand, CommandDeploy, CommandDistribute, CommandInstallCAR, CommandListConfigurations, CommandListModules, CommandListTargets, CommandLogin, CommandRedeploy, CommandRestart, CommandStart, CommandStop, CommandUndeploy

public interface DeployCommand

An abstraction of various CLI deployer commands.


Method Summary
 void execute(PrintWriter out, ServerConnection connection, CommandArgs commandArgs)
           
 boolean isLocalOnly()
           
 

Method Detail

isLocalOnly

boolean isLocalOnly()

execute

void execute(PrintWriter out,
             ServerConnection connection,
             CommandArgs commandArgs)
             throws DeploymentException
Throws:
DeploymentException


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