Interface PageVisitor
-
- All Known Implementing Classes:
FeatureVisitor,ScenarioVisitor,StepVisitor,TagVisitor
public interface PageVisitorBase interface for the visitor pattern.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidvisit(AllScenariosPageCollection pageCollection)Base method for all visitable classes.
-
-
-
Method Detail
-
visit
void visit(AllScenariosPageCollection pageCollection) throws CluecumberException
Base method for all visitable classes.- Parameters:
pageCollection- TheAllScenariosPageCollectioninstance.- Throws:
CluecumberException- Thrown on any error.
-
-