Uses of Class
org.eclipse.cdt.internal.core.envvar.EnvVarCollector

Packages that use EnvVarCollector
org.eclipse.cdt.internal.core.envvar   
org.eclipse.cdt.managedbuilder.internal.envvar   
 

Uses of EnvVarCollector in org.eclipse.cdt.internal.core.envvar
 

Methods in org.eclipse.cdt.internal.core.envvar that return EnvVarCollector
static EnvVarCollector EnvironmentVariableManager.getVariables(IEnvironmentContextInfo contextInfo, boolean includeParentLevels)
           
 

Uses of EnvVarCollector in org.eclipse.cdt.managedbuilder.internal.envvar
 

Methods in org.eclipse.cdt.managedbuilder.internal.envvar with parameters of type EnvVarCollector
 boolean StoredBuildPathEnvironmentContainer.checkBuildPathChange(EnvVarCollector existingVariables, IConfiguration configuration)
           
 void StoredBuildPathEnvironmentContainer.synchronize(EnvVarCollector existingVariables, IConfiguration configuration)