org.apache.geronimo.deployment.mavenplugin
Class DistributeModule

java.lang.Object
  extended byorg.apache.geronimo.deployment.mavenplugin.AbstractModuleCommand
      extended byorg.apache.geronimo.deployment.mavenplugin.DistributeModule

public class DistributeModule
extends AbstractModuleCommand

Version:
$Revision: 1.2 $ $Date: 2004/08/01 02:04:41 $

Constructor Summary
DistributeModule()
           
 
Method Summary
 void execute()
           
 java.lang.String getHome()
           
 java.lang.String getModule()
           
 java.lang.String getPlan()
           
 void setHome(java.lang.String home)
           
 void setModule(java.lang.String module)
           
 void setPlan(java.lang.String plan)
           
 
Methods inherited from class org.apache.geronimo.deployment.mavenplugin.AbstractModuleCommand
getDeploymentManager, getPassword, getUri, getUsername, setPassword, setUri, setUsername
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DistributeModule

public DistributeModule()
Method Detail

getModule

public java.lang.String getModule()

setModule

public void setModule(java.lang.String module)

getPlan

public java.lang.String getPlan()

setPlan

public void setPlan(java.lang.String plan)

getHome

public java.lang.String getHome()

setHome

public void setHome(java.lang.String home)

execute

public void execute()
             throws java.lang.Exception
Specified by:
execute in class AbstractModuleCommand
Throws:
java.lang.Exception


Copyright © 2004-2005 Apache Software Foundation. All Rights Reserved.