public class ExtensionRegistryRunnable extends Object implements org.eclipse.core.runtime.ISafeRunnable
Constructor and Description |
---|
ExtensionRegistryRunnable(BundleContext ctxt) |
Modifier and Type | Method and Description |
---|---|
protected BundleContext |
getContext() |
void |
handleException(Throwable exception) |
protected void |
logWarning(Throwable exception) |
void |
run() |
protected void |
runWithoutRegistry() |
protected void |
runWithRegistry(org.eclipse.core.runtime.IExtensionRegistry registry) |
public ExtensionRegistryRunnable(BundleContext ctxt)
protected BundleContext getContext()
protected void runWithRegistry(org.eclipse.core.runtime.IExtensionRegistry registry) throws Exception
Exception
protected void logWarning(Throwable exception)
public void run() throws Exception
run
in interface org.eclipse.core.runtime.ISafeRunnable
Exception
public void handleException(Throwable exception)
handleException
in interface org.eclipse.core.runtime.ISafeRunnable
Copyright © 2017 Eclipse Foundation. All rights reserved.