org.eclipse.cdt.managedbuilder.internal.scannerconfig
Class ManagedBuildPathEntryContainerInitializer

java.lang.Object
  extended by org.eclipse.cdt.core.model.PathEntryContainerInitializer
      extended by org.eclipse.cdt.managedbuilder.internal.scannerconfig.ManagedBuildPathEntryContainerInitializer

public class ManagedBuildPathEntryContainerInitializer
extends org.eclipse.cdt.core.model.PathEntryContainerInitializer

Since:
2.0

Field Summary
static boolean VERBOSE
           
 
Constructor Summary
ManagedBuildPathEntryContainerInitializer()
          Need a zero-argument constructor to allow the system to create the intitializer
 
Method Summary
 void initialize(org.eclipse.core.runtime.IPath containerPath, org.eclipse.cdt.core.model.ICProject project)
           
 
Methods inherited from class org.eclipse.cdt.core.model.PathEntryContainerInitializer
canUpdatePathEntryContainer, getDescription, requestPathEntryContainerUpdate
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERBOSE

public static boolean VERBOSE
Constructor Detail

ManagedBuildPathEntryContainerInitializer

public ManagedBuildPathEntryContainerInitializer()
Need a zero-argument constructor to allow the system to create the intitializer

Method Detail

initialize

public void initialize(org.eclipse.core.runtime.IPath containerPath,
                       org.eclipse.cdt.core.model.ICProject project)
                throws org.eclipse.core.runtime.CoreException
Specified by:
initialize in class org.eclipse.cdt.core.model.PathEntryContainerInitializer
Throws:
org.eclipse.core.runtime.CoreException