org.apache.geronimo.deployment.plugin.local
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
- All Implemented Interfaces:
- Runnable, ProgressObject
- Direct Known Subclasses:
- DistributeCommand
public class DistributeCommand
- extends AbstractDeployCommand
Method Summary |
void |
run()
|
Methods inherited from class org.apache.geronimo.deployment.plugin.local.CommandSupport |
addModule, addProgressListener, addWebContextPaths, 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 |
targetList
protected final Target[] targetList
DistributeCommand
public DistributeCommand(Kernel kernel,
Target[] targetList,
File moduleArchive,
File deploymentPlan)
DistributeCommand
public DistributeCommand(Kernel kernel,
Target[] targetList,
ModuleType moduleType,
InputStream moduleStream,
InputStream deploymentStream)
run
public void run()
Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.