|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of BuildException in org.eclipse.cdt.managedbuilder.core |
---|
Methods in org.eclipse.cdt.managedbuilder.core that throw BuildException | |
---|---|
IToolChain |
IFolderInfo.changeToolChain(IToolChain newSuperClass,
java.lang.String Id,
java.lang.String name)
|
static IManagedProject |
ManagedBuildManager.createManagedProject(org.eclipse.core.resources.IResource resource,
IProjectType parent)
Creates a new project instance for the resource based on the parent project type. |
static ITarget |
ManagedBuildManager.createTarget(org.eclipse.core.resources.IResource resource,
ITarget parentTarget)
Creates a new target for the resource based on the parentTarget. |
java.lang.String[] |
IOption.getBasicStringListValue()
in case the option basic value type is STRING_LIST, returns the String list value, throws BuildException otherwise |
OptionStringValue[] |
IOption.getBasicStringListValueElements()
|
int |
IOption.getBasicValueType()
Returns the type of the option value, i.e. whether it is string, boolean, string list or enumenration. |
boolean |
IOption.getBooleanValue()
Answers the value for a boolean option. |
java.lang.String[] |
ITool.getCommandFlags()
Deprecated. - use getToolCommandFlags instead |
java.lang.String[] |
IOption.getDefinedSymbols()
Answers the user-defined preprocessor symbols. |
java.lang.String |
IOption.getEnumCommand(java.lang.String id)
Answers the command associated with the enumeration id. |
java.lang.String |
IOption.getEnumeratedId(java.lang.String name)
|
java.lang.String |
IOption.getEnumName(java.lang.String id)
Answers the "name" associated with the enumeration id. |
java.lang.String[] |
IOption.getIncludePaths()
Answers an array of String containing the includes paths
defined in the build model. |
java.lang.String[] |
IOption.getLibraries()
Answers an array or String s containing the libraries
that must be linked into the project. |
IOption |
IHoldsOptions.getOptionToSet(IOption option,
boolean adjustExtension)
This method should be called in order to obtain the option whose value and attributes could be directly changed/adjusted |
java.lang.String |
IOption.getSelectedEnum()
Answers a String containing the unique ID of the selected
enumeration in an enumerated option. |
java.lang.String[] |
IOption.getStringListValue()
Returns the current value for this option if it is a List of Strings. |
java.lang.String |
IOption.getStringValue()
Returns the current value for this option if it is a String |
java.lang.String[] |
ITool.getToolCommandFlags(org.eclipse.core.runtime.IPath inputFileLocation,
org.eclipse.core.runtime.IPath outputFileLocation)
Returns an array of command line arguments that have been specified for the tool. |
java.lang.String |
ITool.getToolCommandFlagsString(org.eclipse.core.runtime.IPath inputFileLocation,
org.eclipse.core.runtime.IPath outputFileLocation)
Returns the command line arguments that have been specified for the tool. |
java.lang.String |
ITool.getToolFlags()
Deprecated. - use getToolCommandFlagsString instead |
java.lang.String[] |
IOption.getUserObjects()
Answers all of the user-defined object files that must be linked with the final build target. |
int |
IOption.getValueType()
Get the type for the value of the option. |
void |
IFolderInfo.modifyToolChain(ITool[] removed,
ITool[] added)
|
void |
IConfiguration.setBuildArtefactType(java.lang.String id)
|
void |
IConfiguration.setManagedBuildOn(boolean on)
|
IOption |
IResourceInfo.setOption(IHoldsOptions parent,
IOption option,
boolean value)
Sets the value of a boolean option for this resource configuration. |
IOption |
IResourceConfiguration.setOption(IHoldsOptions parent,
IOption option,
boolean value)
Sets the value of a boolean option for this resource configuration. |
IOption |
IConfiguration.setOption(IHoldsOptions parent,
IOption option,
boolean value)
Sets the value of a boolean option for this configuration. |
IOption |
IResourceInfo.setOption(IHoldsOptions parent,
IOption option,
OptionStringValue[] value)
|
IOption |
IResourceInfo.setOption(IHoldsOptions parent,
IOption option,
java.lang.String value)
Sets the value of a string option for this resource configuration. |
IOption |
IResourceConfiguration.setOption(IHoldsOptions parent,
IOption option,
java.lang.String value)
Sets the value of a string option for this resource configuration. |
IOption |
IConfiguration.setOption(IHoldsOptions parent,
IOption option,
java.lang.String value)
Sets the value of a string option for this configuration. |
IOption |
IResourceInfo.setOption(IHoldsOptions parent,
IOption option,
java.lang.String[] value)
Sets the value of a list option for this resource configuration. |
IOption |
IResourceConfiguration.setOption(IHoldsOptions parent,
IOption option,
java.lang.String[] value)
Sets the value of a list option for this resource configuration. |
IOption |
IConfiguration.setOption(IHoldsOptions parent,
IOption option,
java.lang.String[] value)
Sets the value of a list option for this configuration. |
void |
IConfigurationV2.setOption(IOption option,
boolean value)
Sets the value of a boolean option for this configuration. |
void |
IConfigurationV2.setOption(IOption option,
java.lang.String value)
Sets the value of a string option for this configuration. |
void |
IConfigurationV2.setOption(IOption option,
java.lang.String[] value)
Sets the value of a list option for this configuration. |
void |
IOption.setValue(boolean value)
Sets the boolean value of the receiver to the value specified in the argument. |
void |
IOption.setValue(java.lang.String value)
Sets the string value of the receiver to the value specified in the argument. |
void |
IOption.setValue(java.lang.String[] value)
Sets the value of the receiver to be an array of strings. |
Uses of BuildException in org.eclipse.cdt.managedbuilder.internal.core |
---|
Methods in org.eclipse.cdt.managedbuilder.internal.core that throw BuildException | |
---|---|
IToolChain |
FolderInfo.changeToolChain(IToolChain newSuperClass,
java.lang.String Id,
java.lang.String name)
|
java.lang.String[] |
OptionReference.getBasicStringListValue()
|
java.lang.String[] |
Option.getBasicStringListValue()
|
OptionStringValue[] |
OptionReference.getBasicStringListValueElements()
|
OptionStringValue[] |
Option.getBasicStringListValueElements()
|
int |
OptionReference.getBasicValueType()
|
int |
Option.getBasicValueType()
|
boolean |
OptionReference.getBooleanValue()
|
java.lang.String[] |
ToolReference.getCommandFlags()
|
java.lang.String[] |
Tool.getCommandFlags()
|
java.lang.String[] |
OptionReference.getDefinedSymbols()
|
java.lang.String[] |
Option.getDefinedSymbols()
|
java.lang.String |
Option.getEnumCommand(java.lang.String id)
|
java.lang.String |
Option.getEnumeratedId(java.lang.String name)
|
java.lang.String |
Option.getEnumName(java.lang.String id)
|
java.lang.String[] |
OptionReference.getIncludePaths()
|
java.lang.String[] |
Option.getIncludePaths()
|
java.lang.String[] |
OptionReference.getLibraries()
|
java.lang.String[] |
Option.getLibraries()
|
IOption |
HoldsOptions.getOptionToSet(IOption option,
boolean adjustExtension)
|
java.lang.String |
OptionReference.getSelectedEnum()
|
java.lang.String |
Option.getSelectedEnum()
|
java.lang.String[] |
OptionReference.getStringListValue()
|
java.lang.String[] |
Option.getStringListValue()
|
java.lang.String |
OptionReference.getStringValue()
|
java.lang.String |
Option.getStringValue()
|
java.lang.String[] |
ToolReference.getToolCommandFlags(org.eclipse.core.runtime.IPath inputFileLocation,
org.eclipse.core.runtime.IPath outputFileLocation)
|
java.lang.String[] |
Tool.getToolCommandFlags(org.eclipse.core.runtime.IPath inputFileLocation,
org.eclipse.core.runtime.IPath outputFileLocation)
|
java.lang.String[] |
Tool.getToolCommandFlags(org.eclipse.core.runtime.IPath inputFileLocation,
org.eclipse.core.runtime.IPath outputFileLocation,
org.eclipse.cdt.utils.cdtvariables.SupplierBasedCdtVariableSubstitutor macroSubstitutor,
IMacroContextInfoProvider provider)
this method used internaly by the Tool to obtain the command flags with the build macros resolved, but could be also used by other MBS components to adjust the tool flags resolution behavior by passing the method some custom macro substitutor |
java.lang.String |
ToolReference.getToolCommandFlagsString(org.eclipse.core.runtime.IPath inputFileLocation,
org.eclipse.core.runtime.IPath outputFileLocation)
|
java.lang.String |
Tool.getToolCommandFlagsString(org.eclipse.core.runtime.IPath inputFileLocation,
org.eclipse.core.runtime.IPath outputFileLocation)
|
java.lang.String |
ToolReference.getToolFlags()
|
java.lang.String |
Tool.getToolFlags()
|
java.lang.String[] |
OptionReference.getUserObjects()
|
java.lang.String[] |
Option.getUserObjects()
|
int |
Option.getValueType()
|
void |
Option.serialize(org.eclipse.cdt.core.settings.model.ICStorageElement element)
Persist the option to the project file. |
void |
Configuration.setBuildArtefactType(java.lang.String id)
|
void |
Configuration.setManagedBuildOn(boolean on)
|
IOption |
ResourceInfo.setOption(IHoldsOptions parent,
IOption option,
boolean value)
|
IOption |
Configuration.setOption(IHoldsOptions holder,
IOption option,
boolean value)
|
IOption |
ResourceInfo.setOption(IHoldsOptions parent,
IOption option,
OptionStringValue[] value)
|
IOption |
ResourceInfo.setOption(IHoldsOptions parent,
IOption option,
java.lang.String value)
|
IOption |
Configuration.setOption(IHoldsOptions holder,
IOption option,
java.lang.String value)
|
IOption |
ResourceInfo.setOption(IHoldsOptions parent,
IOption option,
java.lang.String[] value)
|
IOption |
Configuration.setOption(IHoldsOptions holder,
IOption option,
java.lang.String[] value)
|
void |
ConfigurationV2.setOption(IOption option,
boolean value)
|
void |
ConfigurationV2.setOption(IOption option,
java.lang.String value)
|
void |
ConfigurationV2.setOption(IOption option,
java.lang.String[] value)
|
void |
OptionReference.setValue(boolean value)
Sets the boolean value of the receiver to the value specified in the argument. |
void |
Option.setValue(boolean value)
|
void |
Option.setValue(OptionStringValue[] value)
|
void |
OptionReference.setValue(java.lang.String value)
|
void |
Option.setValue(java.lang.String value)
|
void |
OptionReference.setValue(java.lang.String[] value)
Sets the value of the receiver to be an array of items. |
void |
Option.setValue(java.lang.String[] value)
|
Uses of BuildException in org.eclipse.cdt.managedbuilder.templateengine |
---|
Methods in org.eclipse.cdt.managedbuilder.templateengine that throw BuildException | |
---|---|
IManagedBuildInfo |
ProjectCreatedActions.createProject(org.eclipse.core.runtime.IProgressMonitor monitor,
java.lang.String indexerId,
boolean isCProject)
Utility method that Creates a CDT MBS project from an IProject Autoexpands the project in the C/C++ Projects view |
Uses of BuildException in org.eclipse.cdt.managedbuilder.ui.tests.util |
---|
Methods in org.eclipse.cdt.managedbuilder.ui.tests.util that throw BuildException | |
---|---|
IToolChain |
TestFolderInfo.changeToolChain(IToolChain newSuperClass,
java.lang.String Id,
java.lang.String name)
|
void |
TestFolderInfo.modifyToolChain(ITool[] removed,
ITool[] added)
|
void |
TestConfiguration.setBuildArtefactType(java.lang.String id)
|
void |
TestConfiguration.setManagedBuildOn(boolean on)
|
IOption |
TestFolderInfo.setOption(IHoldsOptions parent,
IOption option,
boolean value)
|
IOption |
TestConfiguration.setOption(IHoldsOptions parent,
IOption option,
boolean value)
|
IOption |
TestFolderInfo.setOption(IHoldsOptions parent,
IOption option,
OptionStringValue[] value)
|
IOption |
TestFolderInfo.setOption(IHoldsOptions parent,
IOption option,
java.lang.String value)
|
IOption |
TestConfiguration.setOption(IHoldsOptions parent,
IOption option,
java.lang.String value)
|
IOption |
TestFolderInfo.setOption(IHoldsOptions parent,
IOption option,
java.lang.String[] value)
|
IOption |
TestConfiguration.setOption(IHoldsOptions parent,
IOption option,
java.lang.String[] value)
|
Uses of BuildException in org.eclipse.cdt.managedbuilder.ui.wizards |
---|
Methods in org.eclipse.cdt.managedbuilder.ui.wizards that throw BuildException | |
---|---|
static void |
MBSCustomPageManager.loadExtensions()
Looks for contributions to the extension point org.eclipse.cdt.managedbuilder.ui.newWizardPages and adds all pages to the manager. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |