Package com.diffplug.gradle.oomph
Class EclipseMisc
java.lang.Object
com.diffplug.gradle.oomph.EclipseMisc
Utilities for working with eclipse internals (which should only be called from within an Eclipse instance).
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceConsumer which can throw an exception. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidLogs an exception to the console and the eclipse error log.static voidWaits for all the jobs to finish.static <T> voidwithService(Class<T> clazz, EclipseMisc.ThrowingConsumer<T> action) Performs some action using an Eclipse service.
-
Field Details
-
ID_PROJECT_IMPORT
- See Also:
-
-
Constructor Details
-
EclipseMisc
public EclipseMisc()
-
-
Method Details
-
withService
Performs some action using an Eclipse service. -
logException
Logs an exception to the console and the eclipse error log. -
waitForJobsToFinish
public static void waitForJobsToFinish()Waits for all the jobs to finish.
-