Interface CommentProcessorFactory.IParagraphRepeatProcessor
- Enclosing class:
CommentProcessorFactory
public static interface CommentProcessorFactory.IParagraphRepeatProcessor
An interface that defines a processor for repeating a paragraph
for each element present in the given iterable collection of objects.
- Since:
- 1.0.0
- Version:
- ${version}
- Author:
- Joseph Verron, Romain Lamarche
-
Method Summary
Modifier and TypeMethodDescriptionvoid
repeatParagraph
(Iterable<Object> objects) Mark a paragraph to be copied once for each element in the passed-in iterable.
-
Method Details
-
repeatParagraph
Mark a paragraph to be copied once for each element in the passed-in iterable. Within each copy, the placeholder evaluation context is the next object in the iterable.- Parameters:
objects
- objects serving as evaluation context seeding a new copy.
-