001    //
002    // Generated stub from file:/Users/bohn/Apache/tags-2.1.3/framework/modules/geronimo-commands/src/main/groovy/org/apache/geronimo/commands/StartServerCommand.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 org.apache.geronimo.gshell.command.CommandSupport;
014    import org.apache.geronimo.gshell.command.CommandException;
015    import org.apache.geronimo.gshell.command.annotation.CommandComponent;
016    import org.apache.geronimo.gshell.command.annotation.Requirement;
017    import org.apache.geronimo.gshell.clp.Option;
018    import org.apache.tools.ant.ExitStatusException;
019    import org.apache.geronimo.commands.AntBuilder;
020    import org.apache.geronimo.gshell.shell.ShellInfo;
021    
022    /**
023     * Starts a new Geronimo server instance.
024     *
025     * @version $Rev: 706640 $ $Date: 2008-10-21 14:44:05 +0000 (Tue, 21 Oct 2008) $
026     */
027    public class StartServerCommand
028        extends BaseJavaCommand
029    {
030        private boolean quiet = false;
031        public boolean getQuiet() {
032            throw new InternalError("Stubbed method");
033        }
034        public boolean isQuiet() {
035            throw new InternalError("Stubbed method");
036        }
037        public void setQuiet(boolean value) {
038            throw new InternalError("Stubbed method");
039        }
040    
041        private int verbose = -1;
042        public int getVerbose() {
043            throw new InternalError("Stubbed method");
044        }
045        public void setVerbose(int value) {
046            throw new InternalError("Stubbed method");
047        }
048    
049        private List startModules = null;
050        public List getStartModules() {
051            throw new InternalError("Stubbed method");
052        }
053        public void setStartModules(List value) {
054            throw new InternalError("Stubbed method");
055        }
056    
057        private java.lang.String hostname = null;
058        public java.lang.String getHostname() {
059            throw new InternalError("Stubbed method");
060        }
061        public void setHostname(java.lang.String value) {
062            throw new InternalError("Stubbed method");
063        }
064    
065        private int port = -1;
066        public int getPort() {
067            throw new InternalError("Stubbed method");
068        }
069        public void setPort(int value) {
070            throw new InternalError("Stubbed method");
071        }
072    
073        private java.lang.String username = null;
074        public java.lang.String getUsername() {
075            throw new InternalError("Stubbed method");
076        }
077        public void setUsername(java.lang.String value) {
078            throw new InternalError("Stubbed method");
079        }
080    
081        private java.lang.String password = null;
082        public java.lang.String getPassword() {
083            throw new InternalError("Stubbed method");
084        }
085        public void setPassword(java.lang.String value) {
086            throw new InternalError("Stubbed method");
087        }
088    
089        private boolean secure = false;
090        public boolean getSecure() {
091            throw new InternalError("Stubbed method");
092        }
093        public boolean isSecure() {
094            throw new InternalError("Stubbed method");
095        }
096        public void setSecure(boolean value) {
097            throw new InternalError("Stubbed method");
098        }
099    
100        private void increaseVerbosity(boolean flag) {
101            throw new InternalError("Stubbed method");
102        }
103    
104        protected java.lang.Object doExecute() throws Exception {
105            throw new InternalError("Stubbed method");
106        }
107    
108        public groovy.lang.MetaClass getMetaClass() {
109            throw new InternalError("Stubbed method");
110        }
111    
112        public void setMetaClass(groovy.lang.MetaClass metaClass) {
113            throw new InternalError("Stubbed method");
114        }
115    
116        public java.lang.Object invokeMethod(java.lang.String name, java.lang.Object args) {
117            throw new InternalError("Stubbed method");
118        }
119    
120        public java.lang.Object getProperty(java.lang.String name) {
121            throw new InternalError("Stubbed method");
122        }
123    
124        public void setProperty(java.lang.String name, java.lang.Object value) {
125            throw new InternalError("Stubbed method");
126        }
127    }