org.eclipse.cdt.internal.core
Class CCoreInternals

java.lang.Object
  extended by org.eclipse.cdt.internal.core.CCoreInternals

public class CCoreInternals
extends java.lang.Object


Constructor Summary
CCoreInternals()
           
 
Method Summary
static org.eclipse.cdt.internal.core.pdom.PDOMManager getPDOMManager()
           
static void savePreferences(org.eclipse.core.resources.IProject project)
          Saves the local project preferences, shared project preferences and the scope preferences for the core plugin.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CCoreInternals

public CCoreInternals()
Method Detail

getPDOMManager

public static org.eclipse.cdt.internal.core.pdom.PDOMManager getPDOMManager()

savePreferences

public static void savePreferences(org.eclipse.core.resources.IProject project)
Saves the local project preferences, shared project preferences and the scope preferences for the core plugin.

Parameters:
project - the project for which to save preferences, may be null
Since:
4.0