|
Carbide.c++ | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEnvironmentVarsInfo
IEnvironmentVarsInfo represents the set of all environment variables for a given ICarbideBuildConfiguration object.
IEnvironmentVariable, ICarbideBuildConfiguration
Method Summary | |
---|---|
java.util.List<IEnvironmentVariable> |
getDefaultEnvVarsList(ICarbideProjectInfo carbideProject,
ISymbianBuildContext context)
Get the list of list of environment variables that are modifed from default |
java.lang.String[] |
getDefaultEnvVarsSettings(ICarbideProjectInfo carbideProject,
ISymbianBuildContext context)
Get the list of environment variables for configuration/platform |
IEnvironmentVariable |
getEnvVarFromConfiguration(java.lang.String varName)
Get an IEnvironmentVariable from the configuration from a variable name. |
java.lang.String[] |
getModifiedEnvironmentVariables()
Get the array of variables (resolved) that differ from the default. |
java.util.List<IEnvironmentVariable> |
getModifiedEnvVarsListFromSettings()
Get the list of environment variables that are modified from their default value. |
java.lang.String[] |
getResolvedEnvironmentVariables()
The fully resolved list of environment variables that can be used to build for a configuration. |
void |
setModifiedEnvVarsList(java.util.List<IEnvironmentVariable> envVarsList)
Update the entire variable list, which upates the interface to the DOM as well |
Method Detail |
---|
java.util.List<IEnvironmentVariable> getModifiedEnvVarsListFromSettings()
void setModifiedEnvVarsList(java.util.List<IEnvironmentVariable> envVarsList)
java.lang.String[] getResolvedEnvironmentVariables()
java.lang.String[] getModifiedEnvironmentVariables()
java.lang.String[] getDefaultEnvVarsSettings(ICarbideProjectInfo carbideProject, ISymbianBuildContext context)
carbideProject
- - The current projectcontext
- - The current context to get the vars for.
java.util.List<IEnvironmentVariable> getDefaultEnvVarsList(ICarbideProjectInfo carbideProject, ISymbianBuildContext context)
carbideProject
- - current carbide projectcontext
- - platform we are building for
IEnvironmentVariable getEnvVarFromConfiguration(java.lang.String varName)
varName
- - The variable name to check to see if overridden.
|
Carbide.c++ | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |