org.apache.geronimo.deployment.plugin.remote
Class RedeployCommand

java.lang.Object
  extended byorg.apache.geronimo.deployment.plugin.local.CommandSupport
      extended byorg.apache.geronimo.deployment.plugin.local.AbstractDeployCommand
          extended byorg.apache.geronimo.deployment.plugin.local.RedeployCommand
              extended byorg.apache.geronimo.deployment.plugin.remote.RedeployCommand
All Implemented Interfaces:
javax.enterprise.deploy.spi.status.ProgressObject, Runnable

public class RedeployCommand
extends RedeployCommand

A version of the redeploy command that works on a server different than the application server.

Version:
$Rev: 355877 $ $Date: 2005-12-11 03:48:27 +0100 (Sun, 11 Dec 2005) $

Field Summary
 
Fields inherited from class org.apache.geronimo.deployment.plugin.local.AbstractDeployCommand
deployer, deploymentPlan, deploymentStream, kernel, moduleArchive, moduleStream, spool
 
Fields inherited from class org.apache.geronimo.deployment.plugin.local.CommandSupport
commandContext
 
Constructor Summary
RedeployCommand(org.apache.geronimo.kernel.Kernel kernel, javax.enterprise.deploy.spi.TargetModuleID[] moduleIDList, File moduleArchive, File deploymentPlan)
           
RedeployCommand(org.apache.geronimo.kernel.Kernel kernel, javax.enterprise.deploy.spi.TargetModuleID[] moduleIDList, InputStream moduleArchive, InputStream deploymentPlan)
           
 
Method Summary
protected  void massageFileNames(File[] inputs)
           
 
Methods inherited from class org.apache.geronimo.deployment.plugin.local.RedeployCommand
run
 
Methods inherited from class org.apache.geronimo.deployment.plugin.local.AbstractDeployCommand
copyTo, doDeploy, getRemoteDeployUploadURL
 
Methods inherited from class org.apache.geronimo.deployment.plugin.local.CommandSupport
addModule, addProgressListener, addWebURLs, addWebURLs, cancel, clean, complete, convertModuleType, doFail, fail, getClientConfiguration, getCommandContext, getDeploymentStatus, getModuleCount, getResultTargetModuleIDs, isCancelSupported, isStopSupported, isWebApp, loadChildren, removeProgressListener, setCommandContext, stop, updateStatus
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RedeployCommand

public RedeployCommand(org.apache.geronimo.kernel.Kernel kernel,
                       javax.enterprise.deploy.spi.TargetModuleID[] moduleIDList,
                       File moduleArchive,
                       File deploymentPlan)

RedeployCommand

public RedeployCommand(org.apache.geronimo.kernel.Kernel kernel,
                       javax.enterprise.deploy.spi.TargetModuleID[] moduleIDList,
                       InputStream moduleArchive,
                       InputStream deploymentPlan)
Method Detail

massageFileNames

protected void massageFileNames(File[] inputs)
Overrides:
massageFileNames in class AbstractDeployCommand


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