org.apache.geronimo.gshell.cli
Class Main

java.lang.Object
  extended by org.apache.geronimo.gshell.cli.Main

public class Main
extends Object

Command-line bootstrap for GShell.

Version:
$Rev: 577053 $ $Date: 2007-09-18 13:57:31 -0700 (Tue, 18 Sep 2007) $

Constructor Summary
Main(org.codehaus.plexus.classworlds.ClassWorld classWorld)
           
 
Method Summary
 void boot(String[] args)
           
static void main(String[] args)
           
static void main(String[] args, org.codehaus.plexus.classworlds.ClassWorld world)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Main

public Main(org.codehaus.plexus.classworlds.ClassWorld classWorld)
Method Detail

boot

public void boot(String[] args)
          throws Exception
Throws:
Exception

main

public static void main(String[] args,
                        org.codehaus.plexus.classworlds.ClassWorld world)
                 throws Exception
Throws:
Exception

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.