com.googlecode.ssdutils.jlauncher
Class JLauncher

java.lang.Object
  extended by com.googlecode.ssdutils.jlauncher.JLauncher

public class JLauncher
extends Object


Constructor Summary
JLauncher()
           
 
Method Summary
protected  void launch(String[] args)
           
static void main(String[] args)
           
protected  void printHelp(org.apache.commons.cli.Options options)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JLauncher

public JLauncher()
Method Detail

main

public static void main(String[] args)
                 throws org.apache.commons.cli.ParseException,
                        IOException,
                        ClassNotFoundException,
                        InstantiationException,
                        IllegalAccessException,
                        IllegalArgumentException,
                        InvocationTargetException
Parameters:
args -
Throws:
org.apache.commons.cli.ParseException
IOException
ClassNotFoundException
IllegalAccessException
InstantiationException
InvocationTargetException
IllegalArgumentException

launch

protected void launch(String[] args)
               throws org.apache.commons.cli.ParseException,
                      IOException,
                      ClassNotFoundException,
                      InstantiationException,
                      IllegalAccessException,
                      IllegalArgumentException,
                      InvocationTargetException
Throws:
org.apache.commons.cli.ParseException
IOException
ClassNotFoundException
InstantiationException
IllegalAccessException
IllegalArgumentException
InvocationTargetException

printHelp

protected void printHelp(org.apache.commons.cli.Options options)
Parameters:
options -


Copyright © 2011. All Rights Reserved.