public interface IterationBuilderVar
Iteration.| Modifier and Type | Method and Description |
|---|---|
IterationBuilderPerform |
perform(org.ocpsoft.rewrite.config.Operation... operations)
Perform the given
Operation instances when the conditions set in this Iteration are met. |
IterationBuilderPerform |
perform(org.ocpsoft.rewrite.config.Operation operation)
Perform the given
Operation when the conditions set in this Iteration are met. |
IterationBuilderWhen |
when(org.ocpsoft.rewrite.config.Condition condition)
A condition which decides for each frame whether
perform(Operation) or
Iteration.otherwise(Operation) will be processed. |
IterationBuilderWhen when(org.ocpsoft.rewrite.config.Condition condition)
perform(Operation) or
Iteration.otherwise(Operation) will be processed.IterationBuilderPerform perform(org.ocpsoft.rewrite.config.Operation operation)
Operation when the conditions set in this Iteration are met.IterationBuilderPerform perform(org.ocpsoft.rewrite.config.Operation... operations)
Operation instances when the conditions set in this Iteration are met.Copyright © 2021 JBoss by Red Hat. All rights reserved.