Uses of Interface
org.eclipse.cdt.managedbuilder.core.IManagedConfigElement

Packages that use IManagedConfigElement
org.eclipse.cdt.managedbuilder.core   
org.eclipse.cdt.managedbuilder.internal.core   
org.eclipse.cdt.managedbuilder.internal.enablement   
org.eclipse.cdt.managedbuilder.internal.macros   
 

Uses of IManagedConfigElement in org.eclipse.cdt.managedbuilder.core
 

Methods in org.eclipse.cdt.managedbuilder.core that return IManagedConfigElement
 IManagedConfigElement[] IManagedConfigElement.getChildren()
           
 IManagedConfigElement[] IManagedConfigElement.getChildren(java.lang.String elementName)
           
static IManagedConfigElement ManagedBuildManager.getConfigElement(IBuildObject buildObj)
          This method public for implementation reasons.
 IManagedConfigElement[] IManagedConfigElementProvider.getConfigElements()
          Each configuration element returned from this method is treated as if it were a direct sub-child of a ManagedBuildInfo extension.
 

Methods in org.eclipse.cdt.managedbuilder.core with parameters of type IManagedConfigElement
static void ManagedBuildManager.putConfigElement(IBuildObject buildObj, IManagedConfigElement configElement)
          This method public for implementation reasons.
 

Constructors in org.eclipse.cdt.managedbuilder.core with parameters of type IManagedConfigElement
OptionStringValue(IManagedConfigElement el)
           
 

Uses of IManagedConfigElement in org.eclipse.cdt.managedbuilder.internal.core
 

Classes in org.eclipse.cdt.managedbuilder.internal.core that implement IManagedConfigElement
 class DefaultManagedConfigElement
          Implements the ManagedConfigElement by delegate all calls to an IConfigurationElement instance.
 

Methods in org.eclipse.cdt.managedbuilder.internal.core that return IManagedConfigElement
static IManagedConfigElement[] DefaultManagedConfigElement.convertArray(org.eclipse.core.runtime.IConfigurationElement[] elements, org.eclipse.core.runtime.IExtension extension)
          Convenience method for converting an array of IConfigurationElements into an array of IManagedConfigElements.
 IManagedConfigElement[] DefaultManagedConfigElement.getChildren()
           
 IManagedConfigElement[] DefaultManagedConfigElement.getChildren(java.lang.String elementName)
           
 

Methods in org.eclipse.cdt.managedbuilder.internal.core with parameters of type IManagedConfigElement
 void OptionCategory.loadFromManifest(IManagedConfigElement element)
           
 void ConfigurationV2.reset(IManagedConfigElement element)
           
 

Constructors in org.eclipse.cdt.managedbuilder.internal.core with parameters of type IManagedConfigElement
AdditionalInput(IInputType parent, IManagedConfigElement element)
          This constructor is called to create an AdditionalInput defined by an extension point in a plugin manifest file, or returned by a dynamic element provider
BooleanExpressionApplicabilityCalculator(IManagedConfigElement optionElement)
           
BooleanExpressionApplicabilityCalculator(IManagedConfigElement[] enablementElements)
           
Builder(IToolChain parent, IManagedConfigElement element, java.lang.String managedBuildRevision)
          This constructor is called to create a builder defined by an extension point in a plugin manifest file, or returned by a dynamic element provider
Configuration(ProjectType projectType, IManagedConfigElement element, java.lang.String managedBuildRevision)
          Create an extension configuration from the project manifest file element.
ConfigurationV2(Target target, IManagedConfigElement element)
          Create a new ConfigurationV2 based on the specification in the plugin manifest.
EnvVarBuildPath(ITool tool, IManagedConfigElement element)
          Constructor to create an EnvVarBuildPath based on an element from the plugin manifest.
FolderInfo(IConfiguration parent, IManagedConfigElement element, java.lang.String managedBuildRevision, boolean hasBody)
           
InputOrder(IInputType parent, IManagedConfigElement element)
          This constructor is called to create an InputOrder defined by an extension point in a plugin manifest file, or returned by a dynamic element provider
InputType(ITool parent, IManagedConfigElement element)
          This constructor is called to create an InputType defined by an extension point in a plugin manifest file, or returned by a dynamic element provider
ManagedConfigStorageElement(IManagedConfigElement el)
           
ManagedConfigStorageElement(IManagedConfigElement el, ManagedConfigStorageElement parent)
           
Option(IHoldsOptions parent, IManagedConfigElement element)
          This constructor is called to create an option defined by an extension point in a plugin manifest file, or returned by a dynamic element provider
OptionCategory(IHoldsOptions parent, IManagedConfigElement element)
          This constructor is called to create an option category defined by an extension point in a plugin manifest file, or returned by a dynamic element provider
OptionReference(ToolReference owner, IManagedConfigElement element)
          This constructor will be called when the receiver is created from the settings found in an extension point.
OutputType(ITool parent, IManagedConfigElement element)
          This constructor is called to create an OutputType defined by an extension point in a plugin manifest file, or returned by a dynamic element provider
ProjectType(IManagedConfigElement element, java.lang.String managedBuildRevision)
          This constructor is called to create a projectType defined by an extension point in a plugin manifest file.
ResourceConfiguration(IConfiguration parent, IManagedConfigElement element, java.lang.String managedBuildRevision)
          This constructor is called to create a resource configuration defined by an extension point in a plugin manifest file, or returned by a dynamic element provider
SupportedProperties(IManagedConfigElement el)
           
Target(IManagedConfigElement element, java.lang.String managedBuildRevision)
          This constructor is called to create a target defined by an extension point in a plugin manifest file.
TargetPlatform(IToolChain parent, IManagedConfigElement element, java.lang.String managedBuildRevision)
          This constructor is called to create a TargetPlatform defined by an extension point in a plugin manifest file, or returned by a dynamic element provider
Tool(IBuildObject parent, IManagedConfigElement element, java.lang.String managedBuildRevision)
          Constructor to create a new tool for a tool-chain based on the information defined in the plugin.xml manifest.
Tool(IManagedConfigElement element, java.lang.String managedBuildRevision)
          Constructor to create a tool based on an element from the plugin manifest.
ToolChain(IFolderInfo folderInfo, IManagedConfigElement element, java.lang.String managedBuildRevision)
          This constructor is called to create a tool-chain defined by an extension point in a plugin manifest file, or returned by a dynamic element provider
ToolReference(BuildObject owner, IManagedConfigElement element)
          Created tool reference from an extension defined in a plugin manifest.
 

Uses of IManagedConfigElement in org.eclipse.cdt.managedbuilder.internal.enablement
 

Constructors in org.eclipse.cdt.managedbuilder.internal.enablement with parameters of type IManagedConfigElement
AndExpression(IManagedConfigElement element)
           
CheckBuildPropertyExpression(IManagedConfigElement element)
           
CheckHolderExpression(IManagedConfigElement element)
           
CheckOptionExpression(IManagedConfigElement element)
           
CheckStringExpression(IManagedConfigElement element)
           
FalseExpression(IManagedConfigElement element)
           
NotExpression(IManagedConfigElement element)
           
OptionEnablementExpression(IManagedConfigElement element)
           
OrExpression(IManagedConfigElement element)
           
 

Uses of IManagedConfigElement in org.eclipse.cdt.managedbuilder.internal.macros
 

Constructors in org.eclipse.cdt.managedbuilder.internal.macros with parameters of type IManagedConfigElement
FileContextBuildMacroValues(IBuilder builder, IManagedConfigElement element)