Uses of Interface
org.eclipse.cdt.internal.core.envvar.ICoreEnvironmentVariableSupplier

Packages that use ICoreEnvironmentVariableSupplier
org.eclipse.cdt.internal.core.envvar   
 

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

Classes in org.eclipse.cdt.internal.core.envvar that implement ICoreEnvironmentVariableSupplier
 class BuildSustemEnvironmentSupplier
          This is the Environment Variable Supplier used to supply variables defined by the tool-integrator
 class EclipseEnvironmentSupplier
          This is the Environment Variable Supplier used to supply variables defined in eclipse environment
 class UserDefinedEnvironmentSupplier
          This is the Environment Variable Supplier used to supply variables defined by a user
 

Methods in org.eclipse.cdt.internal.core.envvar that return ICoreEnvironmentVariableSupplier
 ICoreEnvironmentVariableSupplier EnvVarDescriptor.getSupplier()
           
 ICoreEnvironmentVariableSupplier[] IEnvironmentContextInfo.getSuppliers()
          Returns the array of suppliers to be used for this context
 ICoreEnvironmentVariableSupplier[] DefaultEnvironmentContextInfo.getSuppliers()
           
 ICoreEnvironmentVariableSupplier[] EnvironmentVariableManager.getSuppliers(java.lang.Object level)
           
 

Methods in org.eclipse.cdt.internal.core.envvar with parameters of type ICoreEnvironmentVariableSupplier
 void EnvVarCollector.add(IEnvironmentVariable[] vars, IEnvironmentContextInfo info, int num, ICoreEnvironmentVariableSupplier supplier)
           
 

Constructors in org.eclipse.cdt.internal.core.envvar with parameters of type ICoreEnvironmentVariableSupplier
EnvVarDescriptor(IEnvironmentVariable variable, IEnvironmentContextInfo contextInfo, int supplierNum, ICoreEnvironmentVariableSupplier supplier)