net.sf.jameleon.launch
Class JameleonLauncher

java.lang.Object
  extended by net.sf.jameleon.launch.JameleonLauncher

public class JameleonLauncher
extends Object

This is the launcher for Jameleon. It loads in all required libraries. NOTE: I started this code from Apache Ant Launcher as an example.


Field Summary
static String JAMELEON_HOME_PROPERTY
          The system property name that is used to specify the location of the jameleon installation
static String MAIN_CLASS
           
 
Constructor Summary
JameleonLauncher()
           
 
Method Summary
 File calculateJameleonHome()
           
 void launch()
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JAMELEON_HOME_PROPERTY

public static final String JAMELEON_HOME_PROPERTY
The system property name that is used to specify the location of the jameleon installation

See Also:
Constant Field Values

MAIN_CLASS

public static final String MAIN_CLASS
See Also:
Constant Field Values
Constructor Detail

JameleonLauncher

public JameleonLauncher()
Method Detail

main

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

launch

public void launch()
            throws JameleonLaunchException,
                   MalformedURLException
Throws:
JameleonLaunchException
MalformedURLException

calculateJameleonHome

public File calculateJameleonHome()
                           throws JameleonLaunchException
Throws:
JameleonLaunchException


Copyright © 2003-2008 Christian Hargraves. All Rights Reserved.