|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IStepVisitor
This interface is used for the build description visitor mechanism to represent the visitor
BuildDescriptionManager.accept(IStepVisitor, IBuildDescription, boolean)
Field Summary | |
---|---|
static int |
VISIT_CONTINUE
This constant can is returneed by the step visitor to tell the visitor mechanism to continue step visiting process |
static int |
VISIT_STOP
This constant can is returneed by the step visitor to tell the visitor mechanism to stop step visiting process |
Method Summary | |
---|---|
int |
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 |
Field Detail |
---|
static final int VISIT_CONTINUE
static final int VISIT_STOP
Method Detail |
---|
int visit(IBuildStep step) throws org.eclipse.core.runtime.CoreException
step
-
org.eclipse.core.runtime.CoreException
VISIT_CONTINUE
,
VISIT_STOP
,
BuildDescriptionManager.accept(IStepVisitor, IBuildDescription, boolean)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |