001 // 002 // Generated stub from file:/Users/bohn/Apache/tags-2.1.3/framework/modules/geronimo-commands/src/main/groovy/org/apache/geronimo/commands/DeployModuleCommand.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.clp.Option; 016 import org.apache.geronimo.gshell.command.annotation.CommandComponent; 017 import org.apache.geronimo.deployment.cli.CommandDeploy; 018 019 /** 020 * Deploy module. 021 * 022 * @version $Rev: 706640 $ $Date: 2008-10-21 14:44:05 +0000 (Tue, 21 Oct 2008) $ 023 */ 024 public class DeployModuleCommand 025 extends ConnectCommand 026 { 027 private boolean inPlace = false; 028 public boolean getInPlace() { 029 throw new InternalError("Stubbed method"); 030 } 031 public boolean isInPlace() { 032 throw new InternalError("Stubbed method"); 033 } 034 public void setInPlace(boolean value) { 035 throw new InternalError("Stubbed method"); 036 } 037 038 private java.lang.String targets = null; 039 public java.lang.String getTargets() { 040 throw new InternalError("Stubbed method"); 041 } 042 public void setTargets(java.lang.String value) { 043 throw new InternalError("Stubbed method"); 044 } 045 046 private java.lang.String module = null; 047 public java.lang.String getModule() { 048 throw new InternalError("Stubbed method"); 049 } 050 public void setModule(java.lang.String value) { 051 throw new InternalError("Stubbed method"); 052 } 053 054 private java.lang.String modulePlan = null; 055 public java.lang.String getModulePlan() { 056 throw new InternalError("Stubbed method"); 057 } 058 public void setModulePlan(java.lang.String value) { 059 throw new InternalError("Stubbed method"); 060 } 061 062 protected java.lang.Object doExecute() throws Exception { 063 throw new InternalError("Stubbed method"); 064 } 065 066 public groovy.lang.MetaClass getMetaClass() { 067 throw new InternalError("Stubbed method"); 068 } 069 070 public void setMetaClass(groovy.lang.MetaClass metaClass) { 071 throw new InternalError("Stubbed method"); 072 } 073 074 public java.lang.Object invokeMethod(java.lang.String name, java.lang.Object args) { 075 throw new InternalError("Stubbed method"); 076 } 077 078 public java.lang.Object getProperty(java.lang.String name) { 079 throw new InternalError("Stubbed method"); 080 } 081 082 public void setProperty(java.lang.String name, java.lang.Object value) { 083 throw new InternalError("Stubbed method"); 084 } 085 }