Class ConsoleLauncherApplication

java.lang.Object
org.eclipse.oomph.console.core.application.AbstractLauncherApplication
org.eclipse.oomph.console.application.ConsoleLauncherApplication
All Implemented Interfaces:
org.eclipse.equinox.app.IApplication

public class ConsoleLauncherApplication extends org.eclipse.oomph.console.core.application.AbstractLauncherApplication
  • 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
    void
    run()
     

    Methods inherited from class org.eclipse.oomph.console.core.application.AbstractLauncherApplication

    start, stop

    Methods inherited from class java.lang.Object

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

    • ConsoleLauncherApplication

      public ConsoleLauncherApplication()
  • Method Details

    • run

      public void run() throws Exception
      Specified by:
      run in class org.eclipse.oomph.console.core.application.AbstractLauncherApplication
      Throws:
      Exception