Class PlatformHelper

java.lang.Object
org.eclipse.ecf.core.util.PlatformHelper

public class PlatformHelper extends 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.
  • 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()