org.eclipse.cdt.ui.testplugin
Class CTestPlugin

java.lang.Object
  extended by org.eclipse.core.runtime.Plugin
      extended by org.eclipse.cdt.ui.testplugin.CTestPlugin
All Implemented Interfaces:
org.osgi.framework.BundleActivator

public class CTestPlugin
extends org.eclipse.core.runtime.Plugin


Field Summary
static java.lang.String PLUGIN_ID
           
 
Fields inherited from class org.eclipse.core.runtime.Plugin
PLUGIN_PREFERENCE_SCOPE, PREFERENCES_DEFAULT_OVERRIDE_BASE_NAME, PREFERENCES_DEFAULT_OVERRIDE_FILE_NAME
 
Constructor Summary
CTestPlugin()
           
 
Method Summary
static void enableAutobuild(boolean enable)
           
static CTestPlugin getDefault()
           
 java.io.File getFileInPlugin(org.eclipse.core.runtime.IPath path)
           
static java.lang.String getPluginId()
           
static org.eclipse.swt.widgets.Display getStandardDisplay()
           
static org.eclipse.core.resources.IWorkspace getWorkspace()
           
 
Methods inherited from class org.eclipse.core.runtime.Plugin
find, find, getBundle, getDescriptor, getLog, getPluginPreferences, getStateLocation, internalInitializeDefaultPluginPreferences, isDebugging, openStream, openStream, savePluginPreferences, setDebugging, shutdown, start, startup, stop, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

PLUGIN_ID

public static java.lang.String PLUGIN_ID
Constructor Detail

CTestPlugin

public CTestPlugin()
Method Detail

getDefault

public static CTestPlugin getDefault()

getWorkspace

public static org.eclipse.core.resources.IWorkspace getWorkspace()

enableAutobuild

public static void enableAutobuild(boolean enable)
                            throws org.eclipse.core.runtime.CoreException
Throws:
org.eclipse.core.runtime.CoreException

getFileInPlugin

public java.io.File getFileInPlugin(org.eclipse.core.runtime.IPath path)

getPluginId

public static java.lang.String getPluginId()

getStandardDisplay

public static org.eclipse.swt.widgets.Display getStandardDisplay()