Carbide.c++

Uses of Interface
com.nokia.carbide.cdt.builder.project.IEnvironmentVariable

Packages that use IEnvironmentVariable
com.nokia.carbide.cdt.builder.project   
 

Uses of IEnvironmentVariable in com.nokia.carbide.cdt.builder.project
 

Methods in com.nokia.carbide.cdt.builder.project that return IEnvironmentVariable
 IEnvironmentVariable IEnvironmentVarsInfo.getEnvVarFromConfiguration(java.lang.String varName)
          Get an IEnvironmentVariable from the configuration from a variable name.
 

Methods in com.nokia.carbide.cdt.builder.project that return types with arguments of type IEnvironmentVariable
 java.util.List<IEnvironmentVariable> IEnvironmentVarsInfo.getDefaultEnvVarsList(ICarbideProjectInfo carbideProject, ISymbianBuildContext context)
          Get the list of list of environment variables that are modifed from default
 java.util.List<IEnvironmentVariable> IEnvironmentVarsInfo.getModifiedEnvVarsListFromSettings()
          Get the list of environment variables that are modified from their default value.
 

Method parameters in com.nokia.carbide.cdt.builder.project with type arguments of type IEnvironmentVariable
 void IEnvironmentVarsInfo.setModifiedEnvVarsList(java.util.List<IEnvironmentVariable> envVarsList)
          Update the entire variable list, which upates the interface to the DOM as well
 


Carbide.c++