|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IBuildResource | |
---|---|
org.eclipse.cdt.managedbuilder.buildmodel | |
org.eclipse.cdt.managedbuilder.internal.buildmodel |
Uses of IBuildResource in org.eclipse.cdt.managedbuilder.buildmodel |
---|
Methods in org.eclipse.cdt.managedbuilder.buildmodel that return IBuildResource | |
---|---|
static IBuildResource[] |
BuildDescriptionManager.filterGeneratedBuildResources(IBuildResource[] rc,
int rcState)
|
IBuildResource |
IBuildDescription.getBuildResource(org.eclipse.core.runtime.IPath location)
Returns the Build resource for the given resource location |
IBuildResource |
IBuildDescription.getBuildResource(org.eclipse.core.resources.IResource resource)
Returns the Build resource for the given resource |
IBuildResource[] |
IBuildStep.getInputResources()
Returns the complete set of input resources for this step |
IBuildResource[] |
IBuildStep.getOutputResources()
Returns the complete set of output resources for this step |
IBuildResource[] |
IBuildIOType.getResources()
Specifies a set of resources associated with this argument |
IBuildResource[] |
IBuildDescription.getResources()
Returns all resources used in the build |
Methods in org.eclipse.cdt.managedbuilder.buildmodel with parameters of type IBuildResource | |
---|---|
static IBuildResource[] |
BuildDescriptionManager.filterGeneratedBuildResources(IBuildResource[] rc,
int rcState)
|
static org.eclipse.core.resources.IResource |
BuildDescriptionManager.findResourceForBuildResource(IBuildResource bRc)
returns the project resource for the given build resource or null if the project does not contain the build resource |
Uses of IBuildResource in org.eclipse.cdt.managedbuilder.internal.buildmodel |
---|
Classes in org.eclipse.cdt.managedbuilder.internal.buildmodel that implement IBuildResource | |
---|---|
class |
BuildResource
|
Methods in org.eclipse.cdt.managedbuilder.internal.buildmodel that return IBuildResource | |
---|---|
IBuildResource |
BuildDescription.getBuildResource(org.eclipse.core.runtime.IPath location)
|
IBuildResource |
BuildDescription.getBuildResource(org.eclipse.core.resources.IResource resource)
|
IBuildResource |
BuildDescription.getBuildResourceForFullPath(org.eclipse.core.runtime.IPath fullPath)
|
IBuildResource[] |
BuildStep.getInputResources()
|
IBuildResource[] |
BuildStep.getOutputResources()
|
IBuildResource[] |
BuildIOType.getResources()
|
IBuildResource[] |
BuildDescription.getResources()
|
IBuildResource[] |
BuildStep.getResources(boolean input)
|
Methods in org.eclipse.cdt.managedbuilder.internal.buildmodel with parameters of type IBuildResource | |
---|---|
void |
GenDirInfo.createDir(IBuildResource rc,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
static java.lang.String |
DbgUtil.dumpResource(IBuildResource rc)
|
static java.lang.String |
DbgUtil.dumpResource(IBuildResource rc,
boolean producer)
|
static java.lang.String |
DbgUtil.resourceName(IBuildResource rc)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |