001 //
002 // Generated stub from file:/Users/bohn/Apache/tags-2.1.3/framework/modules/geronimo-commands/src/main/groovy/org/apache/geronimo/commands/AssembleServerCommand.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.deployment.cli.CommandListConfigurations;
015 import org.apache.geronimo.gshell.clp.Argument;
016 import org.apache.geronimo.gshell.clp.Option;
017 import org.apache.geronimo.gshell.command.annotation.CommandComponent;
018 import org.apache.geronimo.kernel.repository.Artifact;
019
020 /**
021 * Extract a bunch of plugins into a server.
022 *
023 * @version $Rev: 706640 $ $Date: 2008-10-21 14:44:05 +0000 (Tue, 21 Oct 2008) $
024 */
025 public class AssembleServerCommand
026 extends ConnectCommand
027 {
028 private boolean refreshList = false;
029 public boolean getRefreshList() {
030 throw new InternalError("Stubbed method");
031 }
032 public boolean isRefreshList() {
033 throw new InternalError("Stubbed method");
034 }
035 public void setRefreshList(boolean value) {
036 throw new InternalError("Stubbed method");
037 }
038
039 private java.lang.String relativeServerPath = null;
040 public java.lang.String getRelativeServerPath() {
041 throw new InternalError("Stubbed method");
042 }
043 public void setRelativeServerPath(java.lang.String value) {
044 throw new InternalError("Stubbed method");
045 }
046
047 private java.lang.String group = null;
048 public java.lang.String getGroup() {
049 throw new InternalError("Stubbed method");
050 }
051 public void setGroup(java.lang.String value) {
052 throw new InternalError("Stubbed method");
053 }
054
055 private java.lang.String artifact = null;
056 public java.lang.String getArtifact() {
057 throw new InternalError("Stubbed method");
058 }
059 public void setArtifact(java.lang.String value) {
060 throw new InternalError("Stubbed method");
061 }
062
063 private java.lang.String version = null;
064 public java.lang.String getVersion() {
065 throw new InternalError("Stubbed method");
066 }
067 public void setVersion(java.lang.String value) {
068 throw new InternalError("Stubbed method");
069 }
070
071 private java.lang.String format = null;
072 public java.lang.String getFormat() {
073 throw new InternalError("Stubbed method");
074 }
075 public void setFormat(java.lang.String value) {
076 throw new InternalError("Stubbed method");
077 }
078
079 private List pluginArtifacts = null;
080 public List getPluginArtifacts() {
081 throw new InternalError("Stubbed method");
082 }
083 public void setPluginArtifacts(List value) {
084 throw new InternalError("Stubbed method");
085 }
086
087 protected java.lang.Object doExecute() throws Exception {
088 throw new InternalError("Stubbed method");
089 }
090
091 public groovy.lang.MetaClass getMetaClass() {
092 throw new InternalError("Stubbed method");
093 }
094
095 public void setMetaClass(groovy.lang.MetaClass metaClass) {
096 throw new InternalError("Stubbed method");
097 }
098
099 public java.lang.Object invokeMethod(java.lang.String name, java.lang.Object args) {
100 throw new InternalError("Stubbed method");
101 }
102
103 public java.lang.Object getProperty(java.lang.String name) {
104 throw new InternalError("Stubbed method");
105 }
106
107 public void setProperty(java.lang.String name, java.lang.Object value) {
108 throw new InternalError("Stubbed method");
109 }
110 }