org.eclipse.cdt.debug.testplugin
Class CTestPlugin

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

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


Field Summary
 
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(org.eclipse.core.runtime.IPluginDescriptor descriptor)
           
 
Method Summary
static void enableAutobuild(boolean enable)
           
static CTestPlugin getDefault()
           
 java.io.File getFileInPlugin(org.eclipse.core.runtime.IPath path)
           
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
 

Constructor Detail

CTestPlugin

public CTestPlugin(org.eclipse.core.runtime.IPluginDescriptor descriptor)
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)