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