public interface ICProjectDescriptionPreferences
Modifier and Type | Field and Description |
---|---|
static int |
CONFIGS_INDEPENDENT
Configuration relation status specifying that the Settings and Build configurations are
independent of each other, i.e.
|
static int |
CONFIGS_LINK_SETTINGS_AND_ACTIVE
Configuration relation status specifying that the Settings and Build configurations are
settings are linked with each other, i.e.
|
Modifier and Type | Method and Description |
---|---|
int |
getConfigurationRelations()
returns the CONFIG_xxx status for this project description
|
boolean |
isDefaultConfigurationRelations()
specifies whether default configuration relations are used
|
void |
setConfigurationRelations(int status)
sets the configuration relation status.
|
void |
useDefaultConfigurationRelations()
specifies that the default configuration relations should be used
When called for the project description, specifies that the workspace preferences settings
should be used
When called for the workspace preferences sets the default relation value
which is CONFIGS_INDEPENDENT
|
static final int CONFIGS_INDEPENDENT
static final int CONFIGS_LINK_SETTINGS_AND_ACTIVE
int getConfigurationRelations()
CONFIGS_INDEPENDENT
,
CONFIGS_LINK_SETTINGS_AND_ACTIVE
void setConfigurationRelations(int status)
status
- CONFIGS_INDEPENDENT
,
CONFIGS_LINK_SETTINGS_AND_ACTIVE
void useDefaultConfigurationRelations()
boolean isDefaultConfigurationRelations()
Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.