You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2008/10/03 17:16:23 UTC

svn commit: r701405 - /geronimo/gshell/trunk/gshell-wisdom/gshell-wisdom-core/src/main/java/org/apache/geronimo/gshell/wisdom/registry/CommandResolverImpl.java

Author: jdillon
Date: Fri Oct  3 08:16:23 2008
New Revision: 701405

URL: http://svn.apache.org/viewvc?rev=701405&view=rev
Log:
Todo, gshell:// fs stuff

Modified:
    geronimo/gshell/trunk/gshell-wisdom/gshell-wisdom-core/src/main/java/org/apache/geronimo/gshell/wisdom/registry/CommandResolverImpl.java

Modified: geronimo/gshell/trunk/gshell-wisdom/gshell-wisdom-core/src/main/java/org/apache/geronimo/gshell/wisdom/registry/CommandResolverImpl.java
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-wisdom/gshell-wisdom-core/src/main/java/org/apache/geronimo/gshell/wisdom/registry/CommandResolverImpl.java?rev=701405&r1=701404&r2=701405&view=diff
==============================================================================
--- geronimo/gshell/trunk/gshell-wisdom/gshell-wisdom-core/src/main/java/org/apache/geronimo/gshell/wisdom/registry/CommandResolverImpl.java (original)
+++ geronimo/gshell/trunk/gshell-wisdom/gshell-wisdom-core/src/main/java/org/apache/geronimo/gshell/wisdom/registry/CommandResolverImpl.java Fri Oct  3 08:16:23 2008
@@ -71,6 +71,13 @@
         // FIXME: For now just ask for the named stuff, eventually need a better path parser and lookup thingy
         //
 
+        //
+        // TODO: Implement a gshell:// VFS file-system and have a gshell://commands tree which contains all commands
+        //       registered, or rather files which contain accessors to the commands, probably set teh command as an attribute?
+        //
+        //       Can also have a gshell://plugins tree which contains those details as well.
+        //
+
         Command command;
 
         assert aliasRegistry != null;