org.sonatype.gshell.launcher
Class Launcher

java.lang.Object
  extended by org.sonatype.gshell.launcher.Launcher

public final class Launcher
extends Object

Bootstrap launcher.

Since:
2.0
Author:
Jason Dillon

Constructor Summary
Launcher()
           
 
Method Summary
 void launch(String[] args)
           
static void main(String[] args)
           
 void run(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Launcher

public Launcher()
Method Detail

main

public static void main(String[] args)

run

public void run(String[] args)

launch

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


Copyright © 2008-2011 Sonatype. All Rights Reserved.