Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 62371 invoked from network); 20 Jun 2008 11:10:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Jun 2008 11:10:35 -0000 Received: (qmail 92921 invoked by uid 500); 20 Jun 2008 11:10:37 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 92772 invoked by uid 500); 20 Jun 2008 11:10:36 -0000 Mailing-List: contact scm-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list scm@geronimo.apache.org Received: (qmail 92761 invoked by uid 99); 20 Jun 2008 11:10:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Jun 2008 04:10:36 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Jun 2008 11:09:55 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id BE2A223889F7; Fri, 20 Jun 2008 04:09:43 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r669855 - in /geronimo/gshell/trunk: gshell-api/src/main/java/org/apache/geronimo/gshell/command/ gshell-plugin/src/main/java/org/apache/geronimo/gshell/plugin/descriptor/ gshell-rapture/src/main/java/org/apache/geronimo/gshell/rapture/ Date: Fri, 20 Jun 2008 11:09:43 -0000 To: scm@geronimo.apache.org From: jdillon@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080620110943.BE2A223889F7@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jdillon Date: Fri Jun 20 04:09:42 2008 New Revision: 669855 URL: http://svn.apache.org/viewvc?rev=669855&view=rev Log: Update spelling Added: geronimo/gshell/trunk/gshell-api/src/main/java/org/apache/geronimo/gshell/command/CommandCompleter.java (contents, props changed) - copied, changed from r669849, geronimo/gshell/trunk/gshell-api/src/main/java/org/apache/geronimo/gshell/command/CommandCompletor.java geronimo/gshell/trunk/gshell-api/src/main/java/org/apache/geronimo/gshell/command/CommandDocumenter.java (contents, props changed) - copied, changed from r669849, geronimo/gshell/trunk/gshell-api/src/main/java/org/apache/geronimo/gshell/command/CommandDocumentor.java geronimo/gshell/trunk/gshell-plugin/src/main/java/org/apache/geronimo/gshell/plugin/descriptor/CommandCompleterDescriptor.java (contents, props changed) - copied, changed from r669852, geronimo/gshell/trunk/gshell-plugin/src/main/java/org/apache/geronimo/gshell/plugin/descriptor/CommandCompletorDescriptor.java geronimo/gshell/trunk/gshell-plugin/src/main/java/org/apache/geronimo/gshell/plugin/descriptor/CommandDocumenterDescriptor.java (contents, props changed) - copied, changed from r669852, geronimo/gshell/trunk/gshell-plugin/src/main/java/org/apache/geronimo/gshell/plugin/descriptor/CommandDocumentorDescriptor.java geronimo/gshell/trunk/gshell-rapture/src/main/java/org/apache/geronimo/gshell/rapture/DefaultCommandCompleter.java (contents, props changed) - copied, changed from r669852, geronimo/gshell/trunk/gshell-rapture/src/main/java/org/apache/geronimo/gshell/rapture/DefaultCommandCompletor.java geronimo/gshell/trunk/gshell-rapture/src/main/java/org/apache/geronimo/gshell/rapture/DefaultCommandDocumenter.java (contents, props changed) - copied, changed from r669852, geronimo/gshell/trunk/gshell-rapture/src/main/java/org/apache/geronimo/gshell/rapture/DefaultCommandDocumentor.java Removed: geronimo/gshell/trunk/gshell-api/src/main/java/org/apache/geronimo/gshell/command/CommandCompletor.java geronimo/gshell/trunk/gshell-api/src/main/java/org/apache/geronimo/gshell/command/CommandDocumentor.java geronimo/gshell/trunk/gshell-plugin/src/main/java/org/apache/geronimo/gshell/plugin/descriptor/CommandCompletorDescriptor.java geronimo/gshell/trunk/gshell-plugin/src/main/java/org/apache/geronimo/gshell/plugin/descriptor/CommandDocumentorDescriptor.java geronimo/gshell/trunk/gshell-rapture/src/main/java/org/apache/geronimo/gshell/rapture/DefaultCommandCompletor.java geronimo/gshell/trunk/gshell-rapture/src/main/java/org/apache/geronimo/gshell/rapture/DefaultCommandDocumentor.java Modified: geronimo/gshell/trunk/gshell-api/src/main/java/org/apache/geronimo/gshell/command/Command.java geronimo/gshell/trunk/gshell-plugin/src/main/java/org/apache/geronimo/gshell/plugin/descriptor/PluginDescriptor.java Modified: geronimo/gshell/trunk/gshell-api/src/main/java/org/apache/geronimo/gshell/command/Command.java URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-api/src/main/java/org/apache/geronimo/gshell/command/Command.java?rev=669855&r1=669854&r2=669855&view=diff ============================================================================== --- geronimo/gshell/trunk/gshell-api/src/main/java/org/apache/geronimo/gshell/command/Command.java (original) +++ geronimo/gshell/trunk/gshell-api/src/main/java/org/apache/geronimo/gshell/command/Command.java Fri Jun 20 04:09:42 2008 @@ -30,7 +30,7 @@ CommandAction getAction(); - CommandDocumentor getDocumentor(); + CommandDocumenter getDocumenter(); - CommandCompletor getCompletor(); + CommandCompleter getCompleter(); } \ No newline at end of file Copied: geronimo/gshell/trunk/gshell-api/src/main/java/org/apache/geronimo/gshell/command/CommandCompleter.java (from r669849, geronimo/gshell/trunk/gshell-api/src/main/java/org/apache/geronimo/gshell/command/CommandCompletor.java) URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-api/src/main/java/org/apache/geronimo/gshell/command/CommandCompleter.java?p2=geronimo/gshell/trunk/gshell-api/src/main/java/org/apache/geronimo/gshell/command/CommandCompleter.java&p1=geronimo/gshell/trunk/gshell-api/src/main/java/org/apache/geronimo/gshell/command/CommandCompletor.java&r1=669849&r2=669855&rev=669855&view=diff ============================================================================== --- geronimo/gshell/trunk/gshell-api/src/main/java/org/apache/geronimo/gshell/command/CommandCompletor.java (original) +++ geronimo/gshell/trunk/gshell-api/src/main/java/org/apache/geronimo/gshell/command/CommandCompleter.java Fri Jun 20 04:09:42 2008 @@ -24,7 +24,7 @@ * * @version $Rev$ $Date$ */ -public interface CommandCompletor +public interface CommandCompleter // completer { // TODO: } \ No newline at end of file Propchange: geronimo/gshell/trunk/gshell-api/src/main/java/org/apache/geronimo/gshell/command/CommandCompleter.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: geronimo/gshell/trunk/gshell-api/src/main/java/org/apache/geronimo/gshell/command/CommandCompleter.java ------------------------------------------------------------------------------ svn:keywords = Date Author Id Revision HeadURL Propchange: geronimo/gshell/trunk/gshell-api/src/main/java/org/apache/geronimo/gshell/command/CommandCompleter.java ------------------------------------------------------------------------------ svn:mime-type = text/plain Copied: geronimo/gshell/trunk/gshell-api/src/main/java/org/apache/geronimo/gshell/command/CommandDocumenter.java (from r669849, geronimo/gshell/trunk/gshell-api/src/main/java/org/apache/geronimo/gshell/command/CommandDocumentor.java) URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-api/src/main/java/org/apache/geronimo/gshell/command/CommandDocumenter.java?p2=geronimo/gshell/trunk/gshell-api/src/main/java/org/apache/geronimo/gshell/command/CommandDocumenter.java&p1=geronimo/gshell/trunk/gshell-api/src/main/java/org/apache/geronimo/gshell/command/CommandDocumentor.java&r1=669849&r2=669855&rev=669855&view=diff ============================================================================== --- geronimo/gshell/trunk/gshell-api/src/main/java/org/apache/geronimo/gshell/command/CommandDocumentor.java (original) +++ geronimo/gshell/trunk/gshell-api/src/main/java/org/apache/geronimo/gshell/command/CommandDocumenter.java Fri Jun 20 04:09:42 2008 @@ -24,7 +24,7 @@ * * @version $Rev$ $Date$ */ -public interface CommandDocumentor +public interface CommandDocumenter // documenter { // TODO: } \ No newline at end of file Propchange: geronimo/gshell/trunk/gshell-api/src/main/java/org/apache/geronimo/gshell/command/CommandDocumenter.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: geronimo/gshell/trunk/gshell-api/src/main/java/org/apache/geronimo/gshell/command/CommandDocumenter.java ------------------------------------------------------------------------------ svn:keywords = Date Author Id Revision HeadURL Propchange: geronimo/gshell/trunk/gshell-api/src/main/java/org/apache/geronimo/gshell/command/CommandDocumenter.java ------------------------------------------------------------------------------ svn:mime-type = text/plain Copied: geronimo/gshell/trunk/gshell-plugin/src/main/java/org/apache/geronimo/gshell/plugin/descriptor/CommandCompleterDescriptor.java (from r669852, geronimo/gshell/trunk/gshell-plugin/src/main/java/org/apache/geronimo/gshell/plugin/descriptor/CommandCompletorDescriptor.java) URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-plugin/src/main/java/org/apache/geronimo/gshell/plugin/descriptor/CommandCompleterDescriptor.java?p2=geronimo/gshell/trunk/gshell-plugin/src/main/java/org/apache/geronimo/gshell/plugin/descriptor/CommandCompleterDescriptor.java&p1=geronimo/gshell/trunk/gshell-plugin/src/main/java/org/apache/geronimo/gshell/plugin/descriptor/CommandCompletorDescriptor.java&r1=669852&r2=669855&rev=669855&view=diff ============================================================================== --- geronimo/gshell/trunk/gshell-plugin/src/main/java/org/apache/geronimo/gshell/plugin/descriptor/CommandCompletorDescriptor.java (original) +++ geronimo/gshell/trunk/gshell-plugin/src/main/java/org/apache/geronimo/gshell/plugin/descriptor/CommandCompleterDescriptor.java Fri Jun 20 04:09:42 2008 @@ -19,10 +19,8 @@ package org.apache.geronimo.gshell.plugin.descriptor; -import org.apache.geronimo.gshell.command.CommandCompletor; +import org.apache.geronimo.gshell.command.CommandCompleter; import org.apache.geronimo.gshell.model.command.CommandModel; -import org.apache.geronimo.gshell.yarn.ReflectionToStringBuilder; -import org.apache.geronimo.gshell.yarn.ToStringStyle; import org.codehaus.plexus.configuration.xml.XmlPlexusConfiguration; /** @@ -30,19 +28,19 @@ * * @version $Rev$ $Date$ */ -public class CommandCompletorDescriptor +public class CommandCompleterDescriptor extends ComponentDescriptorSupport { private final CommandModel model; - public CommandCompletorDescriptor(final CommandModel model) { + public CommandCompleterDescriptor(final CommandModel model) { assert model != null; this.model = model; - setRole(CommandCompletor.class); + setRole(CommandCompleter.class); setRoleHint(model.getId()); - setImplementation("org.apache.geronimo.gshell.rapture.DefaultCommandCompletor"); + setImplementation("org.apache.geronimo.gshell.rapture.DefaultCommandCompleter"); setVersion(model.getVersion()); setIsolatedRealm(false); setInstantiationStrategy("singleton"); Propchange: geronimo/gshell/trunk/gshell-plugin/src/main/java/org/apache/geronimo/gshell/plugin/descriptor/CommandCompleterDescriptor.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: geronimo/gshell/trunk/gshell-plugin/src/main/java/org/apache/geronimo/gshell/plugin/descriptor/CommandCompleterDescriptor.java ------------------------------------------------------------------------------ svn:keywords = Date Author Id Revision HeadURL Propchange: geronimo/gshell/trunk/gshell-plugin/src/main/java/org/apache/geronimo/gshell/plugin/descriptor/CommandCompleterDescriptor.java ------------------------------------------------------------------------------ svn:mime-type = text/plain Copied: geronimo/gshell/trunk/gshell-plugin/src/main/java/org/apache/geronimo/gshell/plugin/descriptor/CommandDocumenterDescriptor.java (from r669852, geronimo/gshell/trunk/gshell-plugin/src/main/java/org/apache/geronimo/gshell/plugin/descriptor/CommandDocumentorDescriptor.java) URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-plugin/src/main/java/org/apache/geronimo/gshell/plugin/descriptor/CommandDocumenterDescriptor.java?p2=geronimo/gshell/trunk/gshell-plugin/src/main/java/org/apache/geronimo/gshell/plugin/descriptor/CommandDocumenterDescriptor.java&p1=geronimo/gshell/trunk/gshell-plugin/src/main/java/org/apache/geronimo/gshell/plugin/descriptor/CommandDocumentorDescriptor.java&r1=669852&r2=669855&rev=669855&view=diff ============================================================================== --- geronimo/gshell/trunk/gshell-plugin/src/main/java/org/apache/geronimo/gshell/plugin/descriptor/CommandDocumentorDescriptor.java (original) +++ geronimo/gshell/trunk/gshell-plugin/src/main/java/org/apache/geronimo/gshell/plugin/descriptor/CommandDocumenterDescriptor.java Fri Jun 20 04:09:42 2008 @@ -19,10 +19,8 @@ package org.apache.geronimo.gshell.plugin.descriptor; -import org.apache.geronimo.gshell.command.CommandDocumentor; +import org.apache.geronimo.gshell.command.CommandDocumenter; import org.apache.geronimo.gshell.model.command.CommandModel; -import org.apache.geronimo.gshell.yarn.ReflectionToStringBuilder; -import org.apache.geronimo.gshell.yarn.ToStringStyle; import org.codehaus.plexus.configuration.xml.XmlPlexusConfiguration; /** @@ -30,19 +28,19 @@ * * @version $Rev$ $Date$ */ -public class CommandDocumentorDescriptor +public class CommandDocumenterDescriptor extends ComponentDescriptorSupport { private final CommandModel model; - public CommandDocumentorDescriptor(final CommandModel model) { + public CommandDocumenterDescriptor(final CommandModel model) { assert model != null; this.model = model; - setRole(CommandDocumentor.class); + setRole(CommandDocumenter.class); setRoleHint(model.getId()); - setImplementation("org.apache.geronimo.gshell.rapture.DefaultCommandDocumentor"); + setImplementation("org.apache.geronimo.gshell.rapture.DefaultCommandDocumenter"); setVersion(model.getVersion()); setIsolatedRealm(false); setInstantiationStrategy("singleton"); Propchange: geronimo/gshell/trunk/gshell-plugin/src/main/java/org/apache/geronimo/gshell/plugin/descriptor/CommandDocumenterDescriptor.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: geronimo/gshell/trunk/gshell-plugin/src/main/java/org/apache/geronimo/gshell/plugin/descriptor/CommandDocumenterDescriptor.java ------------------------------------------------------------------------------ svn:keywords = Date Author Id Revision HeadURL Propchange: geronimo/gshell/trunk/gshell-plugin/src/main/java/org/apache/geronimo/gshell/plugin/descriptor/CommandDocumenterDescriptor.java ------------------------------------------------------------------------------ svn:mime-type = text/plain Modified: geronimo/gshell/trunk/gshell-plugin/src/main/java/org/apache/geronimo/gshell/plugin/descriptor/PluginDescriptor.java URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-plugin/src/main/java/org/apache/geronimo/gshell/plugin/descriptor/PluginDescriptor.java?rev=669855&r1=669854&r2=669855&view=diff ============================================================================== --- geronimo/gshell/trunk/gshell-plugin/src/main/java/org/apache/geronimo/gshell/plugin/descriptor/PluginDescriptor.java (original) +++ geronimo/gshell/trunk/gshell-plugin/src/main/java/org/apache/geronimo/gshell/plugin/descriptor/PluginDescriptor.java Fri Jun 20 04:09:42 2008 @@ -53,8 +53,8 @@ assert model != null; addComponentDescriptor(new CommandActionDescriptor(model)); - addComponentDescriptor(new CommandDocumentorDescriptor(model)); - addComponentDescriptor(new CommandCompletorDescriptor(model)); + addComponentDescriptor(new CommandDocumenterDescriptor(model)); + addComponentDescriptor(new CommandCompleterDescriptor(model)); addComponentDescriptor(new CommandContainerDescriptor(model)); } Copied: geronimo/gshell/trunk/gshell-rapture/src/main/java/org/apache/geronimo/gshell/rapture/DefaultCommandCompleter.java (from r669852, geronimo/gshell/trunk/gshell-rapture/src/main/java/org/apache/geronimo/gshell/rapture/DefaultCommandCompletor.java) URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-rapture/src/main/java/org/apache/geronimo/gshell/rapture/DefaultCommandCompleter.java?p2=geronimo/gshell/trunk/gshell-rapture/src/main/java/org/apache/geronimo/gshell/rapture/DefaultCommandCompleter.java&p1=geronimo/gshell/trunk/gshell-rapture/src/main/java/org/apache/geronimo/gshell/rapture/DefaultCommandCompletor.java&r1=669852&r2=669855&rev=669855&view=diff ============================================================================== --- geronimo/gshell/trunk/gshell-rapture/src/main/java/org/apache/geronimo/gshell/rapture/DefaultCommandCompletor.java (original) +++ geronimo/gshell/trunk/gshell-rapture/src/main/java/org/apache/geronimo/gshell/rapture/DefaultCommandCompleter.java Fri Jun 20 04:09:42 2008 @@ -19,21 +19,21 @@ package org.apache.geronimo.gshell.rapture; -import org.apache.geronimo.gshell.command.CommandCompletor; -import org.apache.geronimo.gshell.command.CommandDocumentor; +import org.apache.geronimo.gshell.command.CommandCompleter; +import org.apache.geronimo.gshell.command.CommandDocumenter; import org.codehaus.plexus.component.annotations.Component; import org.codehaus.plexus.component.annotations.Configuration; import org.slf4j.Logger; import org.slf4j.LoggerFactory; /** - * The default {@link CommandCompletor} component. + * The default {@link org.apache.geronimo.gshell.command.CommandCompleter} component. * * @version $Rev$ $Date$ */ -@Component(role=CommandDocumentor.class) -public class DefaultCommandCompletor - implements CommandCompletor +@Component(role= CommandDocumenter.class) +public class DefaultCommandCompleter + implements CommandCompleter { private final Logger log = LoggerFactory.getLogger(getClass()); Propchange: geronimo/gshell/trunk/gshell-rapture/src/main/java/org/apache/geronimo/gshell/rapture/DefaultCommandCompleter.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: geronimo/gshell/trunk/gshell-rapture/src/main/java/org/apache/geronimo/gshell/rapture/DefaultCommandCompleter.java ------------------------------------------------------------------------------ svn:keywords = Date Author Id Revision HeadURL Propchange: geronimo/gshell/trunk/gshell-rapture/src/main/java/org/apache/geronimo/gshell/rapture/DefaultCommandCompleter.java ------------------------------------------------------------------------------ svn:mime-type = text/plain Copied: geronimo/gshell/trunk/gshell-rapture/src/main/java/org/apache/geronimo/gshell/rapture/DefaultCommandDocumenter.java (from r669852, geronimo/gshell/trunk/gshell-rapture/src/main/java/org/apache/geronimo/gshell/rapture/DefaultCommandDocumentor.java) URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-rapture/src/main/java/org/apache/geronimo/gshell/rapture/DefaultCommandDocumenter.java?p2=geronimo/gshell/trunk/gshell-rapture/src/main/java/org/apache/geronimo/gshell/rapture/DefaultCommandDocumenter.java&p1=geronimo/gshell/trunk/gshell-rapture/src/main/java/org/apache/geronimo/gshell/rapture/DefaultCommandDocumentor.java&r1=669852&r2=669855&rev=669855&view=diff ============================================================================== --- geronimo/gshell/trunk/gshell-rapture/src/main/java/org/apache/geronimo/gshell/rapture/DefaultCommandDocumentor.java (original) +++ geronimo/gshell/trunk/gshell-rapture/src/main/java/org/apache/geronimo/gshell/rapture/DefaultCommandDocumenter.java Fri Jun 20 04:09:42 2008 @@ -19,20 +19,20 @@ package org.apache.geronimo.gshell.rapture; -import org.apache.geronimo.gshell.command.CommandDocumentor; +import org.apache.geronimo.gshell.command.CommandDocumenter; import org.codehaus.plexus.component.annotations.Component; import org.codehaus.plexus.component.annotations.Configuration; import org.slf4j.Logger; import org.slf4j.LoggerFactory; /** - * The default {@link CommandDocumentor} component. + * The default {@link org.apache.geronimo.gshell.command.CommandDocumenter} component. * * @version $Rev$ $Date$ */ -@Component(role=CommandDocumentor.class) -public class DefaultCommandDocumentor - implements CommandDocumentor +@Component(role= CommandDocumenter.class) +public class DefaultCommandDocumenter + implements CommandDocumenter { private final Logger log = LoggerFactory.getLogger(getClass()); Propchange: geronimo/gshell/trunk/gshell-rapture/src/main/java/org/apache/geronimo/gshell/rapture/DefaultCommandDocumenter.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: geronimo/gshell/trunk/gshell-rapture/src/main/java/org/apache/geronimo/gshell/rapture/DefaultCommandDocumenter.java ------------------------------------------------------------------------------ svn:keywords = Date Author Id Revision HeadURL Propchange: geronimo/gshell/trunk/gshell-rapture/src/main/java/org/apache/geronimo/gshell/rapture/DefaultCommandDocumenter.java ------------------------------------------------------------------------------ svn:mime-type = text/plain