Package org.wickedsource.docxstamper
Interface CommentProcessorBuilder
public interface CommentProcessorBuilder
Factory interface for creating
ICommentProcessor instances.- Version:
- $Id: $Id
- Author:
- joseph
-
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.
-