Package org.wickedsource.docxstamper
Interface CommentProcessorBuilder
public interface CommentProcessorBuilder
Factory interface for creating
ICommentProcessor instances.- Version:
- 1.6.6
- Author:
- Joseph Verron
-
Method Summary
Modifier and TypeMethodDescriptioncreate(PlaceholderReplacer placeholderReplacer) Creates aICommentProcessorinstance.
-
Method Details
-
create
Creates aICommentProcessorinstance.- Parameters:
placeholderReplacer- the placeholder replacer that should be used by the comment processor.- Returns:
- a
ICommentProcessorinstance.
-