org.eclipse.cdt.ui.testplugin
Class NewMain

java.lang.Object
  extended by org.eclipse.cdt.ui.testplugin.Main
      extended by org.eclipse.cdt.ui.testplugin.NewMain

public class NewMain
extends Main

Application is responsible for calling core launch api


Constructor Summary
NewMain(java.lang.String application, java.lang.String location, java.net.URL pluginPathLocation, java.lang.String bootLocation, boolean debug)
           
 
Method Summary
static java.lang.String getLocationFromProperties(java.lang.String key)
           
static void main(java.lang.String argString)
          Run this launcher with the arguments specified in the given string.
static void main(java.lang.String[] args)
           
 
Methods inherited from class org.eclipse.cdt.ui.testplugin.Main
endSplash, getBootLoader, getUpdateLoader, run
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NewMain

public NewMain(java.lang.String application,
               java.lang.String location,
               java.net.URL pluginPathLocation,
               java.lang.String bootLocation,
               boolean debug)
        throws java.io.IOException
Throws:
java.io.IOException
Method Detail

main

public static void main(java.lang.String[] args)

main

public static void main(java.lang.String argString)
                 throws java.lang.Exception
Run this launcher with the arguments specified in the given string. This is a short cut method for people running the launcher from a scrapbook (i.e., swip-and-doit facility).

Throws:
java.lang.Exception

getLocationFromProperties

public static java.lang.String getLocationFromProperties(java.lang.String key)