Package org.eclipse.ecf.core.util
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 SummaryConstructors Constructor Description PlatformHelper()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static org.eclipse.core.runtime.IExtensionRegistrygetExtensionRegistry()static org.eclipse.core.runtime.IAdapterManagergetPlatformAdapterManager()static booleanisPlatformAvailable()
 
-