Interface IterationBuilderWhen
-
- All Known Implementing Classes:
Iteration
public interface IterationBuilderWhenIntermediate step to construct anIteration.- Author:
- Lincoln Baxter, III
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IterationBuilderPerformperform(org.ocpsoft.rewrite.config.Operation operation)Perform the givenOperationwhen the conditions set in thisIterationare met.
-
-
-
Method Detail
-
perform
IterationBuilderPerform perform(org.ocpsoft.rewrite.config.Operation operation)
Perform the givenOperationwhen the conditions set in thisIterationare met.
-
-