Interface IterationBuilderPerform
-
- All Known Implementing Classes:
Iteration
public interface IterationBuilderPerformIntermediate step to construct anIteration.- Author:
- Lincoln Baxter, III
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IterationBuilderCompleteendIteration()End theIterationIterationBuilderOtherwiseotherwise(org.ocpsoft.rewrite.config.Operation operation)Perform the givenOperationwhen the conditions set in thisIterationare met.
-
-
-
Method Detail
-
otherwise
IterationBuilderOtherwise otherwise(org.ocpsoft.rewrite.config.Operation operation)
Perform the givenOperationwhen the conditions set in thisIterationare met.
-
endIteration
IterationBuilderComplete endIteration()
End theIteration
-
-