Uses of Interface
org.eclipse.cdt.managedbuilder.envvar.IEnvironmentVariableSupplier

Packages that use IEnvironmentVariableSupplier
org.eclipse.cdt.managedbuilder.envvar   
org.eclipse.cdt.managedbuilder.internal.envvar   
 

Uses of IEnvironmentVariableSupplier in org.eclipse.cdt.managedbuilder.envvar
 

Methods in org.eclipse.cdt.managedbuilder.envvar that return IEnvironmentVariableSupplier
 IEnvironmentVariableSupplier[] IEnvironmentVariableProvider.getSuppliers(java.lang.Object level)
          This method is defined to be used basically by the UI classes and should not be used by the tool-integrator
 

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

Classes in org.eclipse.cdt.managedbuilder.internal.envvar that implement IEnvironmentVariableSupplier
 class ExternalExtensionEnvironmentSupplier
          This is the Environment Variable Supplier used to supply variables defined by the tool-integrator
 class MbsEnvironmentSupplier
          This is the Environment Variable Supplier used to supply variables defined by the MBS
 

Methods in org.eclipse.cdt.managedbuilder.internal.envvar that return IEnvironmentVariableSupplier
 IEnvironmentVariableSupplier[] EnvironmentVariableProvider.getSuppliers(java.lang.Object level)