Class HeadlessTestApplication

  • All Implemented Interfaces:
    org.eclipse.core.runtime.IPlatformRunnable

    public class HeadlessTestApplication
    extends java.lang.Object
    implements org.eclipse.core.runtime.IPlatformRunnable
    • Field Summary

      • Fields inherited from interface org.eclipse.core.runtime.IPlatformRunnable

        EXIT_OK, EXIT_RELAUNCH, EXIT_RESTART
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object run​(java.lang.Object object)  
      • Methods inherited from class java.lang.Object

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

      • HeadlessTestApplication

        public HeadlessTestApplication()
    • Method Detail

      • run

        public java.lang.Object run​(java.lang.Object object)
                             throws java.lang.Exception
        Specified by:
        run in interface org.eclipse.core.runtime.IPlatformRunnable
        Throws:
        java.lang.Exception