Class Main

java.lang.Object
com.ibm.wala.eclipse.headless.Main
All Implemented Interfaces:
org.eclipse.equinox.app.IApplication

public class Main extends Object implements org.eclipse.equinox.app.IApplication
A dummy main class that runs WALA in a headless Eclipse platform.

This is for expository purposes, and tests some WALA eclipse functionality.

Author:
sjfink
  • Field Summary

    Fields inherited from interface org.eclipse.equinox.app.IApplication

    EXIT_OK, EXIT_RELAUNCH, EXIT_RESTART
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    start(org.eclipse.equinox.app.IApplicationContext context)
     
    void
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Main

      public Main()
  • Method Details

    • start

      public Object start(org.eclipse.equinox.app.IApplicationContext context) throws Exception
      Specified by:
      start in interface org.eclipse.equinox.app.IApplication
      Throws:
      Exception
    • stop

      public void stop()
      Specified by:
      stop in interface org.eclipse.equinox.app.IApplication