|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IBuildStep | |
---|---|
org.eclipse.cdt.managedbuilder.buildmodel | |
org.eclipse.cdt.managedbuilder.internal.buildmodel |
Uses of IBuildStep in org.eclipse.cdt.managedbuilder.buildmodel |
---|
Methods in org.eclipse.cdt.managedbuilder.buildmodel that return IBuildStep | |
---|---|
IBuildStep[] |
IBuildResource.getDependentSteps()
Returns an array of steps that use this resource as an input |
IBuildStep |
IBuildDescription.getInputStep()
Returns the main input step |
IBuildStep |
IBuildDescription.getOutputStep()
Returns the main output step |
IBuildStep |
IBuildResource.getProducerStep()
Returns the step that generates this resource. |
IBuildStep |
IBuildIOType.getStep()
Specifies the build step this argument belongs to |
IBuildStep[] |
IBuildDescription.getSteps()
Returns all build steps used in the build |
static IBuildStep[] |
BuildDescriptionManager.getSteps(IBuildStep step,
boolean input)
|
Methods in org.eclipse.cdt.managedbuilder.buildmodel with parameters of type IBuildStep | |
---|---|
static IBuildStep[] |
BuildDescriptionManager.getSteps(IBuildStep step,
boolean input)
|
int |
IStepVisitor.visit(IBuildStep step)
this call-back method is called by the build description visitor mechanism for each step in the build description The method should return one of the IStepVisitor.VISIT_xxx constants |
Uses of IBuildStep in org.eclipse.cdt.managedbuilder.internal.buildmodel |
---|
Classes in org.eclipse.cdt.managedbuilder.internal.buildmodel that implement IBuildStep | |
---|---|
class |
BuildStep
|
Methods in org.eclipse.cdt.managedbuilder.internal.buildmodel that return IBuildStep | |
---|---|
IBuildStep[] |
BuildResource.getDependentSteps()
|
IBuildStep |
BuildDescription.getInputStep()
|
IBuildStep |
BuildDescription.getOutputStep()
|
IBuildStep |
BuildResource.getProducerStep()
|
IBuildStep |
BuildIOType.getStep()
|
IBuildStep[] |
BuildGroup.getSteps()
|
IBuildStep[] |
BuildDescription.getSteps()
|
Methods in org.eclipse.cdt.managedbuilder.internal.buildmodel with parameters of type IBuildStep | |
---|---|
boolean |
BuildGroup.contains(IBuildStep action)
|
static java.lang.String |
DbgUtil.dumpStep(IBuildStep step)
|
static java.lang.String |
DbgUtil.dumpStep(IBuildStep step,
boolean inputs)
|
static java.lang.String |
DbgUtil.stepName(IBuildStep action)
|
Constructors in org.eclipse.cdt.managedbuilder.internal.buildmodel with parameters of type IBuildStep | |
---|---|
StepBuilder(IBuildStep step,
org.eclipse.core.runtime.IPath cwd,
boolean resumeOnErrs,
GenDirInfo dirs,
IResourceRebuildStateContainer rs)
|
|
StepBuilder(IBuildStep step,
org.eclipse.core.runtime.IPath cwd,
IResourceRebuildStateContainer rs)
|
|
StepBuilder(IBuildStep step,
IResourceRebuildStateContainer rs)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |