Class EclipseMisc


  • public class EclipseMisc
    extends Object
    Utilities for working with eclipse internals (which should only be called from within an Eclipse instance).
    • Constructor Detail

      • EclipseMisc

        public EclipseMisc()
    • Method Detail

      • logException

        public static void logException​(Throwable t)
        Logs an exception to the console and the eclipse error log.
      • waitForJobsToFinish

        public static void waitForJobsToFinish()
        Waits for all the jobs to finish.