001 //
002 // Generated stub from file:/Users/bohn/Apache/tags-2.1.3/framework/modules/geronimo-commands/src/main/groovy/org/apache/geronimo/commands/RedeployModuleCommand.groovy
003 //
004
005 package org.apache.geronimo.commands;
006
007 import java.lang.*;
008 import java.io.*;
009 import java.net.*;
010 import java.util.*;
011 import groovy.lang.*;
012 import groovy.util.*;
013 import jline.ConsoleReader;
014 import org.apache.geronimo.gshell.clp.Argument;
015 import org.apache.geronimo.gshell.command.annotation.CommandComponent;
016 import org.apache.geronimo.cli.deployer.BaseCommandArgs;
017 import org.apache.geronimo.deployment.cli.CommandRedeploy;
018
019 /**
020 * Redeploy module.
021 *
022 * @version $Rev: 706640 $ $Date: 2008-10-21 14:44:05 +0000 (Tue, 21 Oct 2008) $
023 */
024 public class RedeployModuleCommand
025 extends ConnectCommand
026 {
027 private java.lang.String moduleName = null;
028 public java.lang.String getModuleName() {
029 throw new InternalError("Stubbed method");
030 }
031 public void setModuleName(java.lang.String value) {
032 throw new InternalError("Stubbed method");
033 }
034
035 private java.lang.String modulePlan = null;
036 public java.lang.String getModulePlan() {
037 throw new InternalError("Stubbed method");
038 }
039 public void setModulePlan(java.lang.String value) {
040 throw new InternalError("Stubbed method");
041 }
042
043 private List moduleIds = null;
044 public List getModuleIds() {
045 throw new InternalError("Stubbed method");
046 }
047 public void setModuleIds(List value) {
048 throw new InternalError("Stubbed method");
049 }
050
051 protected java.lang.Object doExecute() throws Exception {
052 throw new InternalError("Stubbed method");
053 }
054
055 public groovy.lang.MetaClass getMetaClass() {
056 throw new InternalError("Stubbed method");
057 }
058
059 public void setMetaClass(groovy.lang.MetaClass metaClass) {
060 throw new InternalError("Stubbed method");
061 }
062
063 public java.lang.Object invokeMethod(java.lang.String name, java.lang.Object args) {
064 throw new InternalError("Stubbed method");
065 }
066
067 public java.lang.Object getProperty(java.lang.String name) {
068 throw new InternalError("Stubbed method");
069 }
070
071 public void setProperty(java.lang.String name, java.lang.Object value) {
072 throw new InternalError("Stubbed method");
073 }
074 }