org.apache.geronimo.deployment.plugin.remote
Class DistributeCommand
java.lang.Object
org.apache.geronimo.deployment.plugin.local.CommandSupport
org.apache.geronimo.deployment.plugin.local.AbstractDeployCommand
org.apache.geronimo.deployment.plugin.local.DistributeCommand
org.apache.geronimo.deployment.plugin.remote.DistributeCommand
- All Implemented Interfaces:
- Runnable, ProgressObject
public class DistributeCommand
- extends DistributeCommand
A version of the distribute command that works on a server different
than the application server.
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 |
DistributeCommand
public DistributeCommand(org.apache.geronimo.kernel.Kernel kernel,
Target[] targetList,
File moduleArchive,
File deploymentPlan)
DistributeCommand
public DistributeCommand(org.apache.geronimo.kernel.Kernel kernel,
Target[] targetList,
InputStream moduleStream,
InputStream deploymentStream)
massageFileNames
protected void massageFileNames(File[] inputs)
- Overrides:
massageFileNames
in class AbstractDeployCommand
Copyright © 2006 Apache Software Foundation. All Rights Reserved.