org.eclipse.ecf.core.util
Class PlatformHelper
java.lang.Object
org.eclipse.ecf.core.util.PlatformHelper
public class PlatformHelper
- extends java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PlatformHelper
public PlatformHelper()
isPlatformAvailable
public static boolean isPlatformAvailable()
getPlatformAdapterManager
public static org.eclipse.core.runtime.IAdapterManager getPlatformAdapterManager()
getExtensionRegistry
public static org.eclipse.core.runtime.IExtensionRegistry getExtensionRegistry()