Package org.eclipse.ecf.core.util
Class PlatformHelper
java.lang.Object
org.eclipse.ecf.core.util.PlatformHelper
Helper class for eliminating direct references to Platform static methods
getAdapterManager and getExtensionRegistry. Note that instead of
Platform.getAdapterManager(), clients can call
PlatformHelper.getAdapterManager(). If this returns null, the Platform class
is not available.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.eclipse.core.runtime.IExtensionRegistry
static org.eclipse.core.runtime.IAdapterManager
static boolean
-
Constructor Details
-
PlatformHelper
public PlatformHelper()
-
-
Method Details
-
isPlatformAvailable
public static boolean isPlatformAvailable() -
getPlatformAdapterManager
public static org.eclipse.core.runtime.IAdapterManager getPlatformAdapterManager() -
getExtensionRegistry
public static org.eclipse.core.runtime.IExtensionRegistry getExtensionRegistry()
-