|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IConfigurationV2 | |
---|---|
org.eclipse.cdt.managedbuilder.core | |
org.eclipse.cdt.managedbuilder.internal.core |
Uses of IConfigurationV2 in org.eclipse.cdt.managedbuilder.core |
---|
Methods in org.eclipse.cdt.managedbuilder.core that return IConfigurationV2 | |
---|---|
IConfigurationV2 |
ITarget.createConfiguration(IConfigurationV2 parent,
java.lang.String id)
Creates a configuration for the target populated with the tools and options settings from the parent configuration. |
IConfigurationV2 |
ITarget.createConfiguration(java.lang.String id)
Creates a new configuration for the target. |
IConfigurationV2 |
ITarget.getConfiguration(java.lang.String id)
Returns the configuration with the given id, or null if not found. |
IConfigurationV2[] |
ITarget.getConfigurations()
Returns all of the configurations defined by this target. |
IConfigurationV2 |
IConfigurationV2.getParent()
Answers the configuration that this configuration is based on. |
Methods in org.eclipse.cdt.managedbuilder.core with parameters of type IConfigurationV2 | |
---|---|
IConfigurationV2 |
ITarget.createConfiguration(IConfigurationV2 parent,
java.lang.String id)
Creates a configuration for the target populated with the tools and options settings from the parent configuration. |
Uses of IConfigurationV2 in org.eclipse.cdt.managedbuilder.internal.core |
---|
Classes in org.eclipse.cdt.managedbuilder.internal.core that implement IConfigurationV2 | |
---|---|
class |
ConfigurationV2
This class is deprecated in 2.1 |
Methods in org.eclipse.cdt.managedbuilder.internal.core that return IConfigurationV2 | |
---|---|
IConfigurationV2 |
Target.createConfiguration(IConfigurationV2 parent,
java.lang.String id)
|
IConfigurationV2 |
Target.createConfiguration(java.lang.String id)
|
IConfigurationV2 |
Target.getConfiguration(java.lang.String id)
|
IConfigurationV2[] |
Target.getConfigurations()
|
IConfigurationV2 |
ConfigurationV2.getParent()
|
Methods in org.eclipse.cdt.managedbuilder.internal.core with parameters of type IConfigurationV2 | |
---|---|
void |
Target.addConfiguration(IConfigurationV2 configuration)
|
IConfigurationV2 |
Target.createConfiguration(IConfigurationV2 parent,
java.lang.String id)
|
boolean |
ToolReference.ownedByConfiguration(IConfigurationV2 config)
Answers true if the owner of the receiver matches
the argument. |
Constructors in org.eclipse.cdt.managedbuilder.internal.core with parameters of type IConfigurationV2 | |
---|---|
ConfigurationV2(Target target,
IConfigurationV2 parentConfig,
java.lang.String id)
Create a new configuration based on one already defined. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |