org.apache.geronimo.deployment.cli
Interface DeployCommand

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

public interface DeployCommand

An abstraction of various CLI deployer commands.


Method Summary
 void execute(jline.ConsoleReader consoleReader, ServerConnection connection, CommandArgs commandArgs)
           
 boolean isLocalOnly()
           
 

Method Detail

isLocalOnly

boolean isLocalOnly()

execute

void execute(jline.ConsoleReader consoleReader,
             ServerConnection connection,
             CommandArgs commandArgs)
             throws DeploymentException
Throws:
DeploymentException


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.