|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of IResourceInfo in org.eclipse.cdt.build.core.scannerconfig |
---|
Methods in org.eclipse.cdt.build.core.scannerconfig that return IResourceInfo | |
---|---|
IResourceInfo |
CfgInfoContext.getResourceInfo()
|
Constructors in org.eclipse.cdt.build.core.scannerconfig with parameters of type IResourceInfo | |
---|---|
CfgInfoContext(IResourceInfo rcInfo,
ITool tool,
IInputType inType)
|
Uses of IResourceInfo in org.eclipse.cdt.managedbuilder.core |
---|
Subinterfaces of IResourceInfo in org.eclipse.cdt.managedbuilder.core | |
---|---|
interface |
IFileInfo
|
interface |
IFolderInfo
|
interface |
IResourceConfiguration
This class is a place to define build attributes of individual resources that are different from the configuration as a whole. |
Methods in org.eclipse.cdt.managedbuilder.core that return IResourceInfo | |
---|---|
IResourceInfo |
ITool.getParentResourceInfo()
|
IResourceInfo |
IConfiguration.getResourceInfo(org.eclipse.core.runtime.IPath path,
boolean exactPath)
|
IResourceInfo |
IConfiguration.getResourceInfoById(java.lang.String id)
|
IResourceInfo[] |
IConfiguration.getResourceInfos()
|
Methods in org.eclipse.cdt.managedbuilder.core with parameters of type IResourceInfo | |
---|---|
java.lang.String |
ILanguageInfoCalculator.getLanguageId(IResourceInfo rcInfo,
ITool tool,
IInputType type)
|
java.lang.String |
ILanguageInfoCalculator.getLanguageName(IResourceInfo rcInfo,
ITool tool,
IInputType type)
|
java.lang.Object[][] |
IOptionCategory.getOptions(IResourceInfo resInfo,
IHoldsOptions optHolder)
Returns an array of ITool/IOption pairs for the options in this category for a given resource configuration. |
static void |
ManagedBuildManager.performValueHandlerEvent(IResourceInfo config,
int event)
Send event to value handlers of relevant configuration. |
void |
IConfiguration.removeResourceConfiguration(IResourceInfo resConfig)
Removes a resource configuration from the configuration's list. |
static void |
ManagedBuildManager.resetOptionSettings(IResourceInfo rcInfo)
|
static IOption |
ManagedBuildManager.setOption(IResourceInfo resConfig,
IHoldsOptions holder,
IOption option,
boolean value)
Set the boolean value for an option for a given config. |
static IOption |
ManagedBuildManager.setOption(IResourceInfo resConfig,
IHoldsOptions holder,
IOption option,
OptionStringValue[] value)
|
static IOption |
ManagedBuildManager.setOption(IResourceInfo resConfig,
IHoldsOptions holder,
IOption option,
java.lang.String value)
Set the string value for an option for a given resource config. |
static IOption |
ManagedBuildManager.setOption(IResourceInfo resConfig,
IHoldsOptions holder,
IOption option,
java.lang.String[] value)
Set the string array value for an option for a given resource config. |
Uses of IResourceInfo in org.eclipse.cdt.managedbuilder.internal.core |
---|
Classes in org.eclipse.cdt.managedbuilder.internal.core that implement IResourceInfo | |
---|---|
class |
FolderInfo
|
class |
ResourceConfiguration
|
class |
ResourceInfo
|
Methods in org.eclipse.cdt.managedbuilder.internal.core that return IResourceInfo | |
---|---|
IResourceInfo |
ResourceInfoContainer.getCurrentResourceInfo()
|
IResourceInfo |
ToolReference.getParentResourceInfo()
|
IResourceInfo |
Tool.getParentResourceInfo()
|
IResourceInfo |
SettingsChangeEvent.getRcInfo()
|
IResourceInfo |
InputType.getRcInfo(ITool tool)
|
IResourceInfo |
ResourceInfoContainer.getResourceInfo(org.eclipse.core.runtime.IPath path,
boolean exactPath)
|
IResourceInfo |
Configuration.getResourceInfo(org.eclipse.core.runtime.IPath path,
boolean exactPath)
|
IResourceInfo |
ResourceInfoContainer.getResourceInfo(org.eclipse.core.runtime.IPath path,
boolean exactPath,
int kind)
|
IResourceInfo |
Configuration.getResourceInfoById(java.lang.String id)
|
IResourceInfo[] |
ResourceInfoContainer.getResourceInfos()
|
IResourceInfo[] |
Configuration.getResourceInfos()
|
IResourceInfo[] |
ResourceInfoContainer.getResourceInfos(java.lang.Class clazz)
|
IResourceInfo[] |
ResourceInfoContainer.getResourceInfos(int kind)
|
IResourceInfo[] |
ResourceInfoContainer.getResourceInfos(int kind,
java.lang.Class clazz)
|
static IResourceInfo |
BooleanExpressionApplicabilityCalculator.rcInfoFromConfiguration(IBuildObject configuration)
|
Methods in org.eclipse.cdt.managedbuilder.internal.core with parameters of type IResourceInfo | |
---|---|
void |
ResourceInfoContainer.addResourceInfo(IResourceInfo data)
|
boolean |
BooleanExpressionApplicabilityCalculator.adjustOption(IResourceInfo rcInfo,
IHoldsOptions holder,
IOption option,
boolean extensionAdjustment)
|
boolean |
BooleanExpressionApplicabilityCalculator.adjustTool(IResourceInfo info,
ITool tool,
boolean extensionAdjustment)
|
boolean |
BooleanExpressionApplicabilityCalculator.evaluate(IResourceInfo rcInfo,
IHoldsOptions holder,
IOption option,
int flags)
|
java.lang.Object[][] |
Tool.getOptions(IResourceInfo resConfig)
|
java.lang.Object[][] |
Tool.getOptions(IResourceInfo resInfo,
IHoldsOptions optionHolder)
|
java.lang.Object[][] |
OptionCategory.getOptions(IResourceInfo resinfo,
IHoldsOptions optionHolder)
|
java.lang.String |
PropertyManager.getProperty(IResourceInfo rcInfo,
java.lang.String key)
|
boolean |
Tool.isEnabled(IResourceInfo rcInfo)
|
boolean |
BooleanExpressionApplicabilityCalculator.isToolUsedInCommandLine(IResourceInfo rcInfo,
ITool tool)
|
void |
NotificationManager.optionChanged(IResourceInfo rcInfo,
IHoldsOptions holder,
IOption option,
java.lang.Object oldValue)
|
void |
NotificationManager.optionRemoved(IResourceInfo rcInfo,
IHoldsOptions holder,
IOption option)
|
void |
Configuration.removeResourceConfiguration(IResourceInfo resConfig)
|
void |
PropertyManager.setProperty(IResourceInfo rcInfo,
java.lang.String key,
java.lang.String value)
|
Constructors in org.eclipse.cdt.managedbuilder.internal.core with parameters of type IResourceInfo | |
---|---|
ConverterInfo(IResourceInfo rcInfo,
IBuildObject fromObject,
IBuildObject toObject,
org.eclipse.core.runtime.IConfigurationElement el)
|
Uses of IResourceInfo in org.eclipse.cdt.managedbuilder.internal.enablement |
---|
Methods in org.eclipse.cdt.managedbuilder.internal.enablement with parameters of type IResourceInfo | |
---|---|
boolean |
OptionEnablementExpression.adjustOption(IResourceInfo rcInfo,
IHoldsOptions holder,
IOption option,
AdjustmentContext context,
boolean extensionAdjustment)
|
static boolean |
OptionEnablementExpression.adjustOption(IResourceInfo rcInfo,
IHoldsOptions holder,
IOption option,
java.lang.String attribute,
java.lang.String value,
boolean extensionAdjustment)
|
boolean |
OptionEnablementExpression.adjustTool(IResourceInfo info,
ITool tool,
AdjustmentContext context,
boolean extensionAdjustment)
|
static boolean |
OptionEnablementExpression.adjustTool(IResourceInfo info,
ITool tool,
java.lang.String attribute,
java.lang.String value,
boolean extensionAdjustment)
|
boolean |
OrExpression.evaluate(IResourceInfo rcInfo,
IHoldsOptions holder,
IOption option)
|
boolean |
NotExpression.evaluate(IResourceInfo rcInfo,
IHoldsOptions holder,
IOption option)
|
boolean |
IBooleanExpression.evaluate(IResourceInfo rcInfo,
IHoldsOptions holder,
IOption option)
|
boolean |
FalseExpression.evaluate(IResourceInfo rcInfo,
IHoldsOptions holder,
IOption option)
|
boolean |
CheckStringExpression.evaluate(IResourceInfo rcInfo,
IHoldsOptions holder,
IOption option)
|
boolean |
CheckOptionExpression.evaluate(IResourceInfo rcInfo,
IHoldsOptions holder,
IOption option)
|
boolean |
CheckHolderExpression.evaluate(IResourceInfo rcInfo,
IHoldsOptions holder,
IOption option)
|
boolean |
CheckBuildPropertyExpression.evaluate(IResourceInfo rcInfo,
IHoldsOptions holder,
IOption option)
|
boolean |
AndExpression.evaluate(IResourceInfo rcInfo,
IHoldsOptions holder,
IOption option)
|
boolean |
OptionEnablementExpression.evaluate(IResourceInfo rcInfo,
IHoldsOptions holder,
IOption option,
int flags)
|
boolean |
OptionEnablementExpression.evaluate(IResourceInfo rcInfo,
IHoldsOptions holder,
IOption option,
int flags,
boolean bDefault)
|
Uses of IResourceInfo in org.eclipse.cdt.managedbuilder.makegen.gnu |
---|
Methods in org.eclipse.cdt.managedbuilder.makegen.gnu with parameters of type IResourceInfo | |
---|---|
static boolean |
GnuMakefileGenerator.populateDummyTargets(IResourceInfo rcInfo,
org.eclipse.core.resources.IFile makefile,
boolean force)
|
Uses of IResourceInfo in org.eclipse.cdt.managedbuilder.ui.properties |
---|
Methods in org.eclipse.cdt.managedbuilder.ui.properties that return IResourceInfo | |
---|---|
IResourceInfo |
AbstractSingleBuildPage.getResCfg(org.eclipse.cdt.core.settings.model.ICResourceDescription cfgd)
Returns ResourceInfo for given ResourceDescription. |
IResourceInfo |
AbstractCBuildPropertyTab.getResCfg(org.eclipse.cdt.core.settings.model.ICResourceDescription cfgd)
Returns ResourceInfo for given ResourceDescription. |
Constructors in org.eclipse.cdt.managedbuilder.ui.properties with parameters of type IResourceInfo | |
---|---|
BuildOptionSettingsUI(AbstractCBuildPropertyTab page,
IResourceInfo info,
IHoldsOptions optionHolder,
IOptionCategory _category)
|
|
BuildToolSettingUI(AbstractCBuildPropertyTab page,
IResourceInfo info,
ITool _tool)
|
Uses of IResourceInfo in org.eclipse.cdt.managedbuilder.ui.tests.util |
---|
Classes in org.eclipse.cdt.managedbuilder.ui.tests.util that implement IResourceInfo | |
---|---|
class |
TestFolderInfo
|
Methods in org.eclipse.cdt.managedbuilder.ui.tests.util that return IResourceInfo | |
---|---|
IResourceInfo |
TestConfiguration.getResourceInfo(org.eclipse.core.runtime.IPath path,
boolean exactPath)
|
IResourceInfo |
TestConfiguration.getResourceInfoById(java.lang.String id)
|
IResourceInfo[] |
TestConfiguration.getResourceInfos()
|
Methods in org.eclipse.cdt.managedbuilder.ui.tests.util with parameters of type IResourceInfo | |
---|---|
void |
TestConfiguration.removeResourceConfiguration(IResourceInfo resConfig)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |