Class 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 Detail

      • PlatformHelper

        public PlatformHelper()
    • Method Detail

      • isPlatformAvailable

        public static boolean isPlatformAvailable()
      • getPlatformAdapterManager

        public static org.eclipse.core.runtime.IAdapterManager getPlatformAdapterManager()
      • getExtensionRegistry

        public static org.eclipse.core.runtime.IExtensionRegistry getExtensionRegistry()