001 //
002 // Generated stub from file:/Users/bohn/Apache/tags-2.1.3/framework/modules/geronimo-commands/src/main/groovy/org/apache/geronimo/commands/ListModulesCommand.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.CommandListModules;
018
019 /**
020 * List modules.
021 *
022 * @version $Rev: 706640 $ $Date: 2008-10-21 14:44:05 +0000 (Tue, 21 Oct 2008) $
023 */
024 public class ListModulesCommand
025 extends ConnectCommand
026 {
027 private boolean all = false;
028 public boolean getAll() {
029 throw new InternalError("Stubbed method");
030 }
031 public boolean isAll() {
032 throw new InternalError("Stubbed method");
033 }
034 public void setAll(boolean value) {
035 throw new InternalError("Stubbed method");
036 }
037
038 private boolean stopped = false;
039 public boolean getStopped() {
040 throw new InternalError("Stubbed method");
041 }
042 public boolean isStopped() {
043 throw new InternalError("Stubbed method");
044 }
045 public void setStopped(boolean value) {
046 throw new InternalError("Stubbed method");
047 }
048
049 private boolean started = false;
050 public boolean getStarted() {
051 throw new InternalError("Stubbed method");
052 }
053 public boolean isStarted() {
054 throw new InternalError("Stubbed method");
055 }
056 public void setStarted(boolean value) {
057 throw new InternalError("Stubbed method");
058 }
059
060 private List targets = null;
061 public List getTargets() {
062 throw new InternalError("Stubbed method");
063 }
064 public void setTargets(List value) {
065 throw new InternalError("Stubbed method");
066 }
067
068 protected java.lang.Object doExecute() throws Exception {
069 throw new InternalError("Stubbed method");
070 }
071
072 public groovy.lang.MetaClass getMetaClass() {
073 throw new InternalError("Stubbed method");
074 }
075
076 public void setMetaClass(groovy.lang.MetaClass metaClass) {
077 throw new InternalError("Stubbed method");
078 }
079
080 public java.lang.Object invokeMethod(java.lang.String name, java.lang.Object args) {
081 throw new InternalError("Stubbed method");
082 }
083
084 public java.lang.Object getProperty(java.lang.String name) {
085 throw new InternalError("Stubbed method");
086 }
087
088 public void setProperty(java.lang.String name, java.lang.Object value) {
089 throw new InternalError("Stubbed method");
090 }
091 }